NetworkEventCodes Enumeration |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum NetworkEventCodes
Public Enumeration NetworkEventCodes
public enum class NetworkEventCodes
Members
| Member name | Value | Description |
---|
| TP_Created | 10000 | |
| TP_Connected | 10001 | |
| TP_ConnectException | 10002 | |
| TP_ConnectResolveError | 10003 | |
| TP_SendErrorNotConnected | 10004 | |
| TP_SendErrorClosed | 10005 | |
| TP_Closed | 10006 | |
| TP_ClosedException | 10007 | |
| TP_PacketSent | 10008 | |
| TP_SendOperationFailed | 10009 | |
| TP_ReceiveOperation | 10010 | |
| TP_PacketReceived | 10011 | |
| TP_ReceiveException | 10012 | |
| TF_Created | 10100 | |
| TF_ListenPortSuccess | 10101 | |
| TF_ListenPortError | 10102 | |
| TF_UnsubscribePortSuccess | 10103 | |
| TF_UnsubscribePortNotContains | 10104 | |
| TF_UnsubscribePortException | 10105 | |
| TF_CreateTransportException | 10106 | |
| TF_CreateTransportResolveError | 10107 | |
| TF_CreateTransportPortInUse | 10108 | |
| TF_CreateTransportAllPortsAreInUse | 10109 | |
| TF_RemoteClientConnected | 10110 | |
| TF_ReceiveOperationException | 10111 | |
| UnexpectedError | 10112 | |
| CannotResolveIPEndPoint | 10113 | |
| TLS_AuthenticationFailed | 10300 | |
| TLS_ServerCertificateValidation | 10301 | |
| TLS_ServerCertificateNotAvailable | 10302 | |
| TLS_ServerCertificateChainError | 10303 | |
| TLS_ServerCertificateValidationSuccess | 10304 | |
See Also