Searched defs:ConnectionState (Results 1 – 2 of 2) sorted by relevance
29 enum class ConnectionState { INIT, CONNECTING, CONNECTED, DISCONNECTING, DISCONNECTED }; enum
46 enum ConnectionState : int32_t { enum