nxLibCloseTcpPort

Navigation:  NxLib API > C Interface > Other > NxLibRemote >

nxLibCloseTcpPort

Previous pageReturn to chapter overviewNext page

Disconnects from the NxLib instance, if connected.

Note: This function is only available in the NxLibRemote Interface. NxLib provides the corresponding functions nxLibOpenTcpPort and nxLibCloseTcpPort.

Signatures

Variants throwing exceptions on errors:

static void nxLibDisconnect()

Variants returning error codes in an int* parameter:

void nxLibDisconnect(NXLIBERR* result);

Parameters

result

The error code of the operation.