NurApiAccessoryCommand Enumeration

Accessory commands

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum AccessoryCommand

Members

GET_FWVERSION0 BLE FW version.
GET_CFG1 Get configuration command.
SET_CFG2Set configuration command.
IMAGER_CMD4 Imager configuration Command
RESTART5 System restart command.
IMAGER_POWER5 Imager power on/off
READ_BARCODE_ASYNC6 Asynchronous barcode scan (non-blocking).
IMAGER_AIM6 Imager aiming on/off
SET_LED_OP7 Set external LED.
BEEP_ASYNC8 Asynchronous beep operation.
GET_BATT_INFO9 Battery information ("extended information").
GET_HEALTHSTATE11 Get HW status (imager, NUR module etc.).
WIRELESS_CHARGE12 Set/ get wireless charging.
IMAGER13 Imager base Command
VIBRATE14 Use device's vibra.
CLEAR_PAIRS15 Clear device pairing information.
GET_MODEL_INFORMATION16 Get Model information.
GET_CONNECTION_INFO18 Get connection info.
SENSOR_ENUMERATE19 Enumerate sensors.
SENSOR_SET_CONFIG20 Set sensor config.
SENSOR_GET_CONFIG21 Get sensor config.
SENSOR_SET_FILTER22 Set sensor filter.
SENSOR_GET_FILTER23 Get sensor filter.
SENSOR_GET_VALUE24 Get sensor value.
SET_BLE_PASSKEY25 Set passkey value.
GET_BLE_PASSKEY26 Get passkey value.
CLEAR_BLE_PASSKEY27 Clear passkey value.

See Also