CRecordTcpClient
This record is a data record, which means that it only contains data. It is used by the record CRecordTcpGetClientList. It contains the description of a single TCP client.
{ "id": "5113fced-053e-43b2-b1b8-f37aedb87222", "name": "TCP_CLIENT", "description": "A TCP client.", "slots": [ { "key": "1", "name": "ID", "type": "UUID", "description": "The ID." }, { "key": "2", "name": "HOST", "type": "STRING", "description": "The remote host." }, { "key": "3", "name": "PORT", "type": "INT", "description": "The remote port." }, { "key": "4", "name": "TLS_ENABLED", "type": "BOOLEAN", "description": "True if this is a TLS socket." }, { "key": "5", "name": "TLS_PROTOCOLS", "answer": false, "mandatory": false, "type": "STRING", "description": "The TLS protocol. Default: TLSv1.3" }, { "key": "6", "name": "TLS_CIPHER_SUITES", "answer": false, "mandatory": false, "type": "STRING", "description": "The TLS cipher suite. Default: TLS_AES_128_GCM_SHA256" }, { "key": "7", "name": "INPUT_BUFFER_SIZE", "type": "INT", "description": "The input buffer size." }, { "key": "8", "name": "RETRY_TIMEOUT", "type": "LONG", "description": "The retry timeout in ms." }, { "key": "9", "name": "IS_CONNECTED", "type": "BOOLEAN", "description": "True if the client is connected." }, { "key": "10", "name": "LOCAL_PORT", "type": "INT", "description": "The local port." } ] }