Click or drag to resize

NetworkEventCodes Enumeration


Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public enum NetworkEventCodes
Members
Member nameValueDescription
TP_Created10,000 
TP_Connected10,001 
TP_ConnectException10,002 
TP_ConnectResolveError10,003 
TP_SendErrorNotConnected10,004 
TP_SendErrorClosed10,005 
TP_Closed10,006 
TP_ClosedException10,007 
TP_PacketSent10,008 
TP_SendOperationFailed10,009 
TP_ReceiveOperation10,010 
TP_PacketReceived10,011 
TP_ReceiveException10,012 
TF_Created10,100 
TF_ListenPortSuccess10,101 
TF_ListenPortError10,102 
TF_UnsubscribePortSuccess10,103 
TF_UnsubscribePortNotContains10,104 
TF_UnsubscribePortException10,105 
TF_CreateTransportException10,106 
TF_CreateTransportResolveError10,107 
TF_CreateTransportPortInUse10,108 
TF_CreateTransportAllPortsAreInUse10,109 
TF_RemoteClientConnected10,110 
TF_ReceiveOperationException10,111 
UnexpectedError10,112 
CannotResolveIPEndPoint10,113 
TLS_AuthenticationFailed10,300 
TLS_ServerCertificateValidation10,301 
TLS_ServerCertificateNotAvailable10,302 
TLS_ServerCertificateChainError10,303 
TLS_ServerCertificateValidationSuccess10,304 
See Also