UNPKG

@kvaser/canking-api

Version:

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

58 lines (29 loc) 906 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / FixedPosFrameIdentifier # Interface: FixedPosFrameIdentifier A message describing a fixed position frame identifier. ## Properties ### canFrameFlags? > `optional` **canFrameFlags**: [`CanFrameFlags`](CanFrameFlags.md) Special CAN flags *** ### id > **id**: `number` Frame identifier *** ### linFrameFlags? > `optional` **linFrameFlags**: [`LinFrameFlags`](LinFrameFlags.md) Special LIN flags *** ### mux? > `optional` **mux**: `number` Multiplexing value of the frame, used in multiplexed CAN frames *** ### sourceId? > `optional` **sourceId**: `string` Identifier of the source node, accepts any source if not set *** ### tx? > `optional` **tx**: `boolean` True if the frame is transmitted, false if received, undefined if both