FindAllDevices Method

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

Retrieves a collection of serial numbers for all devices.

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

Syntax

'Declaration
Public Function FindAllDevices As ArrayList
public ArrayList FindAllDevices()
public:
ArrayList^ FindAllDevices()
member FindAllDevices : unit -> ArrayList 
public function FindAllDevices() : ArrayList

Return Value

Type: System.Collections. . :: . .ArrayList
A collection of serial numbers for all devices.

.NET Framework Security

See Also

Reference

OneWire Class

Microsoft.SPOT.Hardware Namespace