ReadByte Method

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

Reads a byte from the OneWire device.

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

Syntax

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

Return Value

Type: System. . :: . .Int32
The value retrieved from the device.

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace