IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Attributes | |
const string | ConnectAcknowledged = "OK" |
const string | DisconnectAcknowledged = "DisconnectOK" |
const string | PingRequestSrv = "Ping" |
const string | PingAcknowledgeSrv = "PingOK" |
const string | UnknownRequestSrv = "Unknown" |
const string | TooManyConnectionsSrv = "TooMany" |
const string | DisconnectSrv = "Bye" |
const string | ReadySrv = "ServerReady" |
const string | SendSrv = "SendSrv" |
const string | ReceivedSrv = "ReceivedSrv" |
const string IG.Forms.ServerMessages.ConnectAcknowledged = "OK" |
const string IG.Forms.ServerMessages.DisconnectAcknowledged = "DisconnectOK" |
Referenced by IG.Forms.TestTcpClient.DisConnect(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.PingRequestSrv = "Ping" |
const string IG.Forms.ServerMessages.PingAcknowledgeSrv = "PingOK" |
Referenced by IG.Forms.TestTcpClient.Ping(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.UnknownRequestSrv = "Unknown" |
Referenced by IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.TooManyConnectionsSrv = "TooMany" |
Referenced by IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.DisconnectSrv = "Bye" |
Referenced by IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.ReadySrv = "ServerReady" |
Referenced by IG.Forms.TestTcpClient.SendData(), and IG.Forms.TestTcpServer.StartServer().
const string IG.Forms.ServerMessages.SendSrv = "SendSrv" |
Referenced by IG.Forms.TestTcpServer.SendData().
const string IG.Forms.ServerMessages.ReceivedSrv = "ReceivedSrv" |
Referenced by IG.Forms.TestTcpClient.SendData(), and IG.Forms.TestTcpServer.StartServer().