NetworkEventCodes Enumeration |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum NetworkEventCodes
Public Enumeration NetworkEventCodes
public enum class NetworkEventCodes
MembersMember name | Value | Description |
---|
TP_Created | 10,000 | |
TP_Connected | 10,001 | |
TP_ConnectException | 10,002 | |
TP_ConnectResolveError | 10,003 | |
TP_SendErrorNotConnected | 10,004 | |
TP_SendErrorClosed | 10,005 | |
TP_Closed | 10,006 | |
TP_ClosedException | 10,007 | |
TP_PacketSent | 10,008 | |
TP_SendOperationFailed | 10,009 | |
TP_ReceiveOperation | 10,010 | |
TP_PacketReceived | 10,011 | |
TP_ReceiveException | 10,012 | |
TF_Created | 10,100 | |
TF_ListenPortSuccess | 10,101 | |
TF_ListenPortError | 10,102 | |
TF_UnsubscribePortSuccess | 10,103 | |
TF_UnsubscribePortNotContains | 10,104 | |
TF_UnsubscribePortException | 10,105 | |
TF_CreateTransportException | 10,106 | |
TF_CreateTransportResolveError | 10,107 | |
TF_CreateTransportPortInUse | 10,108 | |
TF_CreateTransportAllPortsAreInUse | 10,109 | |
TF_RemoteClientConnected | 10,110 | |
TF_ReceiveOperationException | 10,111 | |
UnexpectedError | 10,112 | |
CannotResolveIPEndPoint | 10,113 | |
TLS_AuthenticationFailed | 10,300 | |
TLS_ServerCertificateValidation | 10,301 | |
TLS_ServerCertificateNotAvailable | 10,302 | |
TLS_ServerCertificateChainError | 10,303 | |
TLS_ServerCertificateValidationSuccess | 10,304 | |
See Also