UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

42 lines (21 loc) 721 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / CanChannelCapacity # Interface: CanChannelCapacity CAN channel capacity. ## Properties ### busParamLimits > **busParamLimits**: [`CanBusParamLimits`](CanBusParamLimits.md) \| `undefined` Bus parameter limits for the channel. *** ### channelCaps > **channelCaps**: [`CanChannelCap`](../enumerations/CanChannelCap.md)[] Supported channel capabilities. *** ### clockFrequency > **clockFrequency**: `number` Clock frequency of the channel in Hz. *** ### maxBitRate > **maxBitRate**: `number` Maximum bitrate of the channel. Zero means no limit on bitrate.