nxLibCloseTcpPort

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

nxLibCloseTcpPort

Previous pageReturn to chapter overviewNext page

Disconnects all connected NxLibRemote instances and closes the opened TCP port, if any.

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

Signatures

Variants throwing exceptions on errors:

static void nxLibCloseTcpPort()

Variants returning error codes in an int* parameter:

void nxLibCloseTcpPort(NXLIBERR* result)

Parameters

result

The error code of the operation.

Return Value

none