SerialNum Method

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

Retrieves the serial number.

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

Syntax

'Declaration
Public Function SerialNum ( _
    SNum As Byte(), _
    read As Boolean _
) As Integer
public int SerialNum(
    byte[] SNum,
    bool read
)
public:
int SerialNum(
    array<unsigned char>^ SNum, 
    bool read
)
member SerialNum : 
        SNum:byte[] * 
        read:bool -> int 
public function SerialNum(
    SNum : byte[], 
    read : boolean
) : int

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace