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 = 0Swift
case none = 0 -
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateSearchingSwift
case searching = 1 -
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateConnectingSwift
case connecting = 2 -
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateConnectedSwift
case connected = 3 -
Undocumented
Declaration
Objective-C
RGLBluetoothConnectionStateDisconnectedSwift
case disconnected = 4