TouchBit 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 TouchBit ( _
    sendbit As Integer _
) As Integer
public int TouchBit(
    int sendbit
)
public:
int TouchBit(
    int sendbit
)
member TouchBit : 
        sendbit:int -> int 
public function TouchBit(
    sendbit : int
) : int

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace