The TCP API
These records belong to the TCP API:
Requests of the TCP API
| Record | Description |
|---|---|
| CRecordTcpCreateServer | Create a TCP server for messaging. |
| CRecordTcpDeleteServer | Destroy a TCP server. |
| CRecordTcpCreateClient | Create a TCP client for messaging. |
| CRecordTcpDeleteClient | Destroy a TCP client. |
| CRecordTcpGetClientList | Get a list of existing TCP clients. |
| CRecordTcpGetServerList | Get a list of existing TCP servers. |
Notifications of the TCP API
| Record | Description |
|---|---|
| CRecordTcpNotifyServerCreated | A TCP server has been created. |
| CRecordTcpNotifyServerDeleted | A TCP server has been deleted. |
| CRecordTcpNotifyClientCreated | A TCP client has been created. |
| CRecordTcpNotifyClientDeleted | A TCP client has been deleted. |
| CRecordTcpCreateClientRetry | A TCP client makes a new attempt to establish a connection. |
Data records of the TCP API
| Record | Description |
|---|---|
| CRecordTcpClient | A TCP client description. |
| CRecordTcpServer | A TCP server description. |