Class ChannelInfo
Info for a CAN channel.
public class ChannelInfo
- Inheritance
-
ChannelInfo
- Inherited Members
Properties
ChannelIndex
Gets the index of the channel on the device.
public byte ChannelIndex { get; }
Property Value
DeviceSerial
Gets the serial of the device where the channel depends on.
public uint DeviceSerial { get; }
Property Value
Name
Gets the name.
public string Name { get; }