Confirmation

public final class Confirmation

Fields

ACTION_BEEP_BAD

public static final int ACTION_BEEP_BAD

Acknowledge receipt of bad data with a beep.

Use in conjunction with Confirmation.ACTION_FLASH_BAD and/or Confirmation.ACTION_RUMBLE_BAD.

ACTION_BEEP_GOOD

public static final int ACTION_BEEP_GOOD

Acknowledge receipt of good data with a beep.

Use in conjunction with Confirmation.ACTION_FLASH_GOOD and/or Confirmation.ACTION_RUMBLE_GOOD.

ACTION_BEEP_NONE

public static final int ACTION_BEEP_NONE

Do not beep.

ACTION_FLASH_BAD

public static final int ACTION_FLASH_BAD

Acknowledge receipt of bad data with a flash.

Use in conjunction with Confirmation.ACTION_BEEP_BAD and/or Confirmation.ACTION_RUMBLE_BAD.

ACTION_FLASH_GOOD

public static final int ACTION_FLASH_GOOD

Acknowledge receipt of good data with a flash.

Use in conjunction with Confirmation.ACTION_BEEP_GOOD and/or Confirmation.ACTION_RUMBLE_GOOD.

ACTION_FLASH_NONE

public static final int ACTION_FLASH_NONE

Do not flash.

ACTION_RUMBLE_BAD

public static final int ACTION_RUMBLE_BAD

Acknowledge receipt of bad data with a rumble.

Use in conjunction with Confirmation.ACTION_BEEP_BAD and/or Confirmation.ACTION_FLASH_BAD.

ACTION_RUMBLE_GOOD

public static final int ACTION_RUMBLE_GOOD

Acknowledge receipt of good data with a rumble.

Use in conjunction with Confirmation.ACTION_BEEP_GOOD and/or Confirmation.ACTION_FLASH_GOOD.

ACTION_RUMBLE_NONE

public static final int ACTION_RUMBLE_NONE

Do not rumble.

MODE_CLIENT

public static final byte MODE_CLIENT

Decoding of data is acknowledged by the client YOU are responsible for acknowledging a good or bad scan

MODE_DEVICE

public static final byte MODE_DEVICE

Decoding of data is acknowledged locally by the device

MODE_OFF

public static final byte MODE_OFF

MODE_SERVICE

public static final byte MODE_SERVICE

Decoding of data is acknowledged by the Capture service