Table of Contents

Class ChannelInfo

Namespace
Loehnert.Lisrt.Can.Vector
Assembly
Loehnert.Lisrt.Can.Vector.dll

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

byte

DeviceSerial

Gets the serial of the device where the channel depends on.

public uint DeviceSerial { get; }

Property Value

uint

Name

Gets the name.

public string Name { get; }

Property Value

string