Monitorable Client socket message received
Monitorable Client socket is disconnected. The unique ID of the server to which the client is disconnected.
Monitorable Client socket is recoonected. Unique id of the server to which the client is connected.
Monitorable Server socket message received
Monitorable The connected client is disconnected.
Monitorable A new client is connected to the server socket.
Close TCP comm
Unique id.
errorType: ErrorType, result: Fulfills with true if the request has been operated successfully, otherwise false.
Open TCP Server or Connect to TCP Server(Client)
Unique id.
Ip address for client mode
Port number
errorType: ErrorType, result: Unique ID of created comm.
Query server information
Unique id.
Client id
errorType: ErrorType, result: TcpCommunicationClientInfo
Query server information
Unique id.
errorType: ErrorType, result: TcpCommunicationServerInfo
Write data using server socket
Unique id.
The data to be sent
errorType: ErrorType, result: Fulfills with true if the request has been operated successfully, otherwise false.
Write data using client socket
Unique id.
The data to be sent.
errorType: ErrorType, result: Fulfills with true if the request has been operated successfully, otherwise false.
Generated using TypeDoc
ITcp have api and monitoring data variable. These elements are related to TCP/IP communication function.
1