Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration NatLogCodes
public enum class NatLogCodes
Members
| Member name | Value | Description |
---|
| BindingCreated | 40001 | |
| BindingClosed | 40002 | |
| StartKeepAlive | 40003 | |
| SendKeepAlive | 40004 | |
| KeepAliveReceived | 40005 | |
| StopKeepAlive | 40006 | |
| GatheringPublicAddress | 40007 | |
| MappedAddressReceived | 40008 | |
| NoMappedAddressReceived | 40009 | |
| ExternalAddressChanged | 40010 | |
| GatheringLocalCandidates | 40011 | |
| Context_AlreadyInProgress | 40200 | |
| Context_NoRealmReceived | 40201 | |
| Context_NoNonceReceived | 40202 | |
| Context_ErrorResponse | 40203 | |
| StunPacketReceived | 40204 | |
| InvalidStunMessage | 40205 | |
| Discovery_Created | 40400 | |
| Discovery_NextState | 40401 | |
| Discovery_StateFinished | 40402 | |
| Discovery_Finished | 40403 | |
| Discovery_TestStarted | 40404 | |
| Discovery_TimedOut | 40405 | |
| Discovery_ResponseNull | 40406 | |
| Discovery_NoMappedAddress | 40407 | |
| Discovery_NoChangedAddress | 40408 | |
| Discovery_NatFound | 40409 | |
| Discovery_NoNatFound | 40410 | |
| Discovery_ResponseReceived | 40411 | |
| Discovery_MappedAddressReceived | 40412 | |
| Discovery_MappedAddressNotSame | 40413 | |
| Discovery_FurtherTestRequired | 40414 | |
See Also