@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
30 lines (15 loc) • 520 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [ipc](../README.md) / disconnectNodes
# Function: disconnectNodes()
> **disconnectNodes**(`startId`, `endId`): `Promise`\<`void`\>
Removes a connection between the specified start node and the specified end node.
## Parameters
### startId
`string`
Identifier of the connection's start node.
### endId
`string`
Identifier of the connection's end node.
## Returns
`Promise`\<`void`\>