Edit

Share via


OneWireDevice(String, String) Constructor

Definition

Initializes a new instance of the OneWireDevice class.

public OneWireDevice (string busId, string devId);
new Iot.Device.OneWire.OneWireDevice : string * string -> Iot.Device.OneWire.OneWireDevice
Public Sub New (busId As String, devId As String)

Parameters

busId
String

The 1-wire bus the device is found on.

devId
String

The id of the device.

Applies to