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 = 0Swift
case unknown = 0 -
Undocumented
Declaration
Objective-C
RGLCommandRfidSendData = 100Swift
case rfidSendData = 100 -
Undocumented
Declaration
Objective-C
RGLCommandRfidNotify = 101Swift
case rfidNotify = 101 -
Undocumented
Declaration
Objective-C
RGLCommandRfidGetDataForScenario = 102Swift
case rfidGetDataForScenario = 102 -
Undocumented
Declaration
Objective-C
RGLCommandTorchGetUVFoto = 200Swift
case torchGetUVFoto = 200 -
Undocumented
Declaration
Objective-C
RGLCommandCommandInternetSend = 300Swift
case commandInternetSend = 300