DeviceConst¶
DeviceConst.DeviceTriggerEvent¶
Constant |
Description |
PUSH_NONE |
Trigger not pressed |
PUSH_RIGHT |
Right trigger key pressed |
PUSH_LEFT |
Left trigger key pressed |
DeviceConst.TriggerMode¶
Type |
Description |
MANUAL |
Manual mode |
AUTO |
Automatic mode |
DeviceConst.DeviceCommandType¶
Constant |
Description |
SET_READER_SETTING |
Set AsReader configuration |
GET_READER_SETTING |
Get AsReader configuration |
SET_CHARGING_CONTROL |
Set charging control |
READER_INFO |
Get AsReader information |
SET_SLEEP_TIME |
Set sleep time |
GET_SLEEP_TIME |
Get sleep time |
SET_SLEEP_BEEP |
Enable/disable sleep beep |
GET_SLEEP_BEEP |
Get sleep beep status |
GET_SLEEP_TIME_AND_BEEP |
Get sleep time and beep status |
SET_SLEEP_TIME_AND_BEEP |
Set sleep time and beep status |
SET_HID_MODE |
Set HID mode |
GET_HID_MODE |
Get HID mode |
DeviceConst.HIDType¶
Constant |
Description |
HID_ON |
HID mode enabled |
HID_OFF |
HID mode disabled |
NOT_APPLICABLE |
Not applicable |