# DeviceConst ## DeviceConst.DeviceTriggerEvent ```{list-table} :align: left :class: list-table * - Constant - Description * - PUSH_NONE - Trigger not pressed * - PUSH_RIGHT - Right trigger key pressed * - PUSH_LEFT - Left trigger key pressed ``` --- ## DeviceConst.TriggerMode ```{list-table} :align: left :class: list-table * - Type - Description * - MANUAL - Manual mode * - AUTO - Automatic mode ``` --- ## DeviceConst.DeviceCommandType ```{list-table} :align: left :class: list-table * - 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 ```{list-table} :align: left :class: list-table * - Constant - Description * - HID_ON - HID mode enabled * - HID_OFF - HID mode disabled * - NOT_APPLICABLE - Not applicable ```