UNPKG

@kvaser/canking-api

Version:

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

58 lines (29 loc) 1.02 kB
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / LinChannelConfiguration # Interface: LinChannelConfiguration A message for defining a LIN channel's configuration. ## Properties ### bitRate > **bitRate**: `number` Bit rate in bits per second, possible values are 1000-20000 bps. *** ### databaseFile? > `optional` **databaseFile**: `string` If master mode is set to true, this is the LIN configuration file to use. *** ### masterMode > **masterMode**: `boolean` Set to true to act as master, otherwise the channel will be setup as slave. *** ### protocolVersion > **protocolVersion**: `string` The LIN protocol version, possible values 1.3, 2.0, 2.1 or 2.2. *** ### saveMessageInfo > **saveMessageInfo**: `boolean` Set to true if LIN message info should be saved. *** ### scheduleTable? > `optional` **scheduleTable**: `string` If master mode is set to true, this is the schedule table to use.