RGLBluetoothConnectionState
Objective-C
NS_ENUM(NSInteger, RGLBluetoothConnectionState) {
RGLBluetoothConnectionStateNone = 0,
RGLBluetoothConnectionStateSearching,
RGLBluetoothConnectionStateConnecting,
RGLBluetoothConnectionStateConnected,
RGLBluetoothConnectionStateDisconnected
}
Swift
enum BluetoothConnectionState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateNone = 0
Swift
case none = 0
-
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateSearching
Swift
case searching = 1
-
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateConnecting
Swift
case connecting = 2
-
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateConnected
Swift
case connected = 3
-
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateDisconnected
Swift
case disconnected = 4