ConnectionState
enum ConnectionState : UInt, @unchecked Sendable
接続状態
-
Undocumented
Declaration
Swift
case new = 0 -
Undocumented
Declaration
Swift
case connecting = 1 -
Undocumented
Declaration
Swift
case connected = 2 -
Undocumented
Declaration
Swift
case reconnecting = 3 -
Undocumented
Declaration
Swift
case disconnected = 4
ConnectionState Enumeration Reference