TouchByte Method

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

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace