FindNextDevice Method

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

Retrieves the next device.

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

Syntax

'Declaration
Public Function FindNextDevice ( _
    performResetBeforeSearch As Boolean, _
    searchWithAlarmCommand As Boolean _
) As Integer
public int FindNextDevice(
    bool performResetBeforeSearch,
    bool searchWithAlarmCommand
)
public:
int FindNextDevice(
    bool performResetBeforeSearch, 
    bool searchWithAlarmCommand
)
member FindNextDevice : 
        performResetBeforeSearch:bool * 
        searchWithAlarmCommand:bool -> int 
public function FindNextDevice(
    performResetBeforeSearch : boolean, 
    searchWithAlarmCommand : boolean
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The port number.

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace