ReadRaw Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Reads from the AnalogInput and returns the raw reading.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Function ReadRaw As Integer
public int ReadRaw()
public:
int ReadRaw()
member ReadRaw : unit -> int 
public function ReadRaw() : int

Return Value

Type: System. . :: . .Int32
The raw AD value.

.NET Framework Security

See Also

Reference

AnalogInput Class

Microsoft.SPOT.Hardware Namespace