AnalogInput Members

The following tables list the members exposed by the AnalogInput type.

Public Constructors

Name Description
Public Method AnalogInput Overloaded. Initializes an instance of the AnalogInput class.

Public Properties

Name Description
Public Property Offset Gets or sets a constant factor to apply to the raw sensor reading before thw value is returned.
Public Property Pin Gets the GPIO pin for the channel.
Public Property Precision Gets the precision in bits for this channel.
Public Property Scale Gets or sets a multiplicative factor to apply to the raw sensor reading before the value is returned.

Public Methods

Name Description
Public Method Dispose Releases the resources used by this AnalogInput object.
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Read Reads from the analog port.
Public Method ReadRaw Reads from the AnalogInput and returns the raw reading.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize Releases the resources used by this AnalogInput object before it is reclaimed by the garbage collector.
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

AnalogInput Class
Microsoft.SPOT.Hardware Namespace