UNPKG

@kvaser/canking-api

Version:

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

30 lines (15 loc) 516 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / connectNodes # Function: connectNodes() > **connectNodes**(`startId`, `endId`): `Promise`\<`void`\> Adds a connection between the specified start node and the specified end node. ## Parameters ### startId `string` Identifier of the new connection's start node. ### endId `string` Identifier of the new connection's end node. ## Returns `Promise`\<`void`\>