Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
SyntaxPublic Enumeration NatLogCodes
public enum class NatLogCodes
Members| Member name | Value | Description |
|---|
| BindingCreated | 40,001 | |
| BindingClosed | 40,002 | |
| StartKeepAlive | 40,003 | |
| SendKeepAlive | 40,004 | |
| KeepAliveReceived | 40,005 | |
| StopKeepAlive | 40,006 | |
| GatheringPublicAddress | 40,007 | |
| MappedAddressReceived | 40,008 | |
| NoMappedAddressReceived | 40,009 | |
| ExternalAddressChanged | 40,010 | |
| GatheringLocalCandidates | 40,011 | |
| Context_AlreadyInProgress | 40,200 | |
| Context_NoRealmReceived | 40,201 | |
| Context_NoNonceReceived | 40,202 | |
| Context_ErrorResponse | 40,203 | |
| StunPacketReceived | 40,204 | |
| InvalidStunMessage | 40,205 | |
| Discovery_Created | 40,400 | |
| Discovery_NextState | 40,401 | |
| Discovery_StateFinished | 40,402 | |
| Discovery_Finished | 40,403 | |
| Discovery_TestStarted | 40,404 | |
| Discovery_TimedOut | 40,405 | |
| Discovery_ResponseNull | 40,406 | |
| Discovery_NoMappedAddress | 40,407 | |
| Discovery_NoChangedAddress | 40,408 | |
| Discovery_NatFound | 40,409 | |
| Discovery_NoNatFound | 40,410 | |
| Discovery_ResponseReceived | 40,411 | |
| Discovery_MappedAddressReceived | 40,412 | |
| Discovery_MappedAddressNotSame | 40,413 | |
| Discovery_FurtherTestRequired | 40,414 | |
See Also