OneWireDevice Class

Definition

Represents a 1-wire device.

public class OneWireDevice
type OneWireDevice = class
Public Class OneWireDevice
Inheritance
OneWireDevice
Derived

Constructors

OneWireDevice(String, String)

Initializes a new instance of the OneWireDevice class.

Properties

BusId

The bus where this device is attached.

DeviceId

The 1-wire id of this device.

Family

The device family id of this device.

Methods

EnumerateDeviceIds(DeviceFamily)

Enumerate all devices found on 1-wire busses in this system.

Applies to