[**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`\>
