UNPKG

@kvaser/canking-api

Version:

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

31 lines (16 loc) 668 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / requestLinMessage # Function: requestLinMessage() > **requestLinMessage**(`channelId`, `frameId`): `Promise`\<`void`\> Writes a LIN request message (a LIN message header) to the LIN bus. A slave in the system is then expected to fill in the header with data. Note: This call is only available in master mode. ## Parameters ### channelId `string` Identifier of the out channel to be used when sending the message. ### frameId `number` Identifier of the message to be requested. ## Returns `Promise`\<`void`\>