WriteByte Method

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

Writes a byte to the OneWire device.

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

Syntax

'Declaration
Public Function WriteByte ( _
    sendbyte As Integer _
) As Integer
public int WriteByte(
    int sendbyte
)
public:
int WriteByte(
    int sendbyte
)
member WriteByte : 
        sendbyte:int -> int 
public function WriteByte(
    sendbyte : int
) : int

Parameters

Return Value

Type: System. . :: . .Int32
Returns Int32.

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace