Enumerations | |
enum class | VERIFICATIONBIT { NONE , ONLINE , VERIFIED , VERIFIEDME , SHARED , VERIFYING , FAILURE , SECURITYTOKENCHANGED , WRONGBUILDID , WRONGARCHITECTURE , NOTREACHABLE , NOANSWER , WRONGSECURITYTOKEN , DEMONOTACTIVATED , REMOVING , NORENDERSUPPORT , INITIALIZING , VERIFICATIONESTABLISHED } |
Functions | |
enum VERIFICATIONBIT | MAXON_ENUM_FLAGS (VERIFICATIONBIT) |
|
strong |
Enumerator | |
---|---|
NONE | None. |
ONLINE | Online. |
VERIFIED | Verified. |
VERIFIEDME | Certified client (set on client for server). |
SHARED | Shared. |
VERIFYING | Verifying. |
FAILURE | Unknown. |
SECURITYTOKENCHANGED | Security token changed. |
WRONGBUILDID | Wrong build ID. |
WRONGARCHITECTURE | Wrong architecture. |
NOTREACHABLE | Remote not reachable. |
NOANSWER | This not reachable. |
WRONGSECURITYTOKEN | Wrong security token. |
DEMONOTACTIVATED | Demo not activated. |
REMOVING | Removing. |
NORENDERSUPPORT | No render support. |
INITIALIZING | GUI flag only to show a please wait indicator on startup. |
VERIFICATIONESTABLISHED | Set soon after the persistent connection has been registered. Can be set without VERIFICATIONBIT::VERIFIED on first connect and host adds itself on the server. |
enum VERIFICATIONBIT MAXON_ENUM_FLAGS | ( | VERIFICATIONBIT | ) |