@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
30 lines (15 loc) • 560 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / updateLinMessage
Function: updateLinMessage()
**updateLinMessage**(`channelId`, `frame`): `Promise`\<`void`\>
Updates a LIN slave channel's message buffer.
# Parameters
## channelId
`string`
Identifier of the out channel to be used when updating the message.
## frame
[`WriteFrame`](../../models/interfaces/WriteFrame.md)
Definition of the frame to be sent out.
# Returns
`Promise`\<`void`\>