Click or drag to resize
NetworkEventCodes Enumeration

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum NetworkEventCodes
Members
  Member nameValueDescription
TP_Created10000
TP_Connected10001
TP_ConnectException10002
TP_ConnectResolveError10003
TP_SendErrorNotConnected10004
TP_SendErrorClosed10005
TP_Closed10006
TP_ClosedException10007
TP_PacketSent10008
TP_SendOperationFailed10009
TP_ReceiveOperation10010
TP_PacketReceived10011
TP_ReceiveException10012
TF_Created10100
TF_ListenPortSuccess10101
TF_ListenPortError10102
TF_UnsubscribePortSuccess10103
TF_UnsubscribePortNotContains10104
TF_UnsubscribePortException10105
TF_CreateTransportException10106
TF_CreateTransportResolveError10107
TF_CreateTransportPortInUse10108
TF_CreateTransportAllPortsAreInUse10109
TF_RemoteClientConnected10110
TF_ReceiveOperationException10111
UnexpectedError10112
CannotResolveIPEndPoint10113
TLS_AuthenticationFailed10300
TLS_ServerCertificateValidation10301
TLS_ServerCertificateNotAvailable10302
TLS_ServerCertificateChainError10303
TLS_ServerCertificateValidationSuccess10304
See Also