@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
30 lines (15 loc) • 550 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[](../../modules.md) / [ipc](../README.md) / sendMessage
> **sendMessage**(`channelId`, `frame`): `Promise`\<`void`\>
Sends out a frame on the specified out channel.
`string`
Identifier of the out channel to be used when sending out the message.
[`WriteFrame`](../../models/interfaces/WriteFrame.md)
Definition of the frame to be sent out.
`Promise`\<`void`\>