CAN channel capacity.

interface CanChannelCapacity {
    busParamLimits: CanBusParamLimits;
    channelCaps: CanChannelCap[];
    clockFrequency: number;
    maxBitRate: number;
}

Properties

busParamLimits: CanBusParamLimits
channelCaps: CanChannelCap[]
clockFrequency: number
maxBitRate: number

Maximum bitrate of the channel. Zero means no limit on bitrate.