RGLCommand
Objective-C
NS_ENUM(NSInteger, RGLCommand) {
RGLCommandUnknown = 0,
RGLCommandRfidSendData = 100,
RGLCommandRfidNotify = 101,
RGLCommandRfidGetDataForScenario = 102,
RGLCommandTorchGetUVFoto = 200,
RGLCommandCommandInternetSend = 300
}
Swift
enum Command : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
RGLCommandUnknown = 0
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
RGLCommandRfidSendData = 100
Swift
case rfidSendData = 100
-
Undocumented
Declaration
Objective-C
RGLCommandRfidNotify = 101
Swift
case rfidNotify = 101
-
Undocumented
Declaration
Objective-C
RGLCommandRfidGetDataForScenario = 102
Swift
case rfidGetDataForScenario = 102
-
Undocumented
Declaration
Objective-C
RGLCommandTorchGetUVFoto = 200
Swift
case torchGetUVFoto = 200
-
Undocumented
Declaration
Objective-C
RGLCommandCommandInternetSend = 300
Swift
case commandInternetSend = 300