HardwareProvider Methods

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetAnalogPinForChannel Gets the pin assigned to the specified channel.
Public Method GetAvailablePrecisionInBitsForChannel Gets the available precision assigned to the specified channel.
Public Method GetBaudRateBoundary Gets the maximum and minimum baud rates for a specified COM port.
Public Method GetButtonPins Gets the pin assigned to a specified Button device.
Public Method GetHashCode (Inherited from Object.)
Public Method GetI2CPins Gets the GPIO pin assignments for the I2C device.
Public Method GetLCDMetrics Gets the size, color-depth, and orientation of the LCD display device.
Public Method GetPinsCount Gets the pin count for the device associated with this HardwareProvider.
Public Method GetPinsMap Gets a pin map for the device associated with this HardwareProvider.
Public Method GetPinsUsage Gets the value from the PinsUsage enumeration that describes the usage of a specified pin.
Public Method GetPwmPinForChannel Gets the pin assigned to the specified channel.
Public Method GetSerialPins Gets the GPIO pin assignments for the specified communications port (COM port).
Public Method GetSerialPortsCount Gets the count of serial ports associated with this HardwareProvider.
Public Method GetSpiPins Gets the GPIO pin assignments for the SPI device.
Public Method GetSpiPortsCount Gets the number of SPI ports associated with this HardwareProvider.
Public Method GetSupportBaudRates Gets all the baud rates supported by a specified COM port.
Public Method GetSupportedInterruptModes Gets the supported interrupt modes for a specified pin.
Public Method GetSupportedResistorModes Gets the supported resistor modes for a specified pin.
Public Method GetType (Inherited from Object.)
Public Method IsSupportedBaudRate Determines whether a specified baud rate is supported by a specified COM port.
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static Register Instantiates a static HardwareProvider variable that stores information about how the serial communications GPIO pins are used.
Public Method SupportsNonStandardBaudRate Determines whether a specified COM port supports a non-standard baud rate.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

HardwareProvider Class
Microsoft.SPOT.Hardware Namespace