CRecordTcpDeleteClient
A TCP client can be destroyed with a message.
This is a nano service in the SYSTEM namespace.
The TCP client can be identified by its
{
"id": "ac09c42f-91e8-474b-ab53-152f5924b076",
"name": "TCP_DELETE_CLIENT",
"isService": "true",
"hasOtherSlots": "false",
"description": "Close and delete a TCP client.",
"namespaces": "SYSTEM",
"slots": [
{
"key": "1",
"name": "ID ",
"answer": "false",
"mandatory": "true",
"type": "UUID",
"description": "The client ID."
},
{
"key": "2",
"name": "HOST ",
"answer": "false",
"mandatory": "false",
"type": "STRING",
"description": "The client remote host, will be taken if the ID is missing."
},
{
"key": "3",
"name": "PORT ",
"answer": "false",
"mandatory": "false",
"type": "INT",
"description": "The client remote port, will be taken if the ID is missing."
}
]
}