Class DeviceIdentifier
public sealed class DeviceIdentifier
- Inheritance
-
DeviceIdentifier
- Inherited Members
Constructors
DeviceIdentifier()
public DeviceIdentifier()
DeviceIdentifier(int, string, CANBus)
public DeviceIdentifier(int deviceId, string model, CANBus canbus)
Parameters
Properties
DeviceHash
public uint DeviceHash { get; }
Property Value
DeviceID
public int DeviceID { get; }
Property Value
Model
public string Model { get; }
Property Value
Network
public CANBus Network { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.