@Deprecated public class ProfileConfig.DataCapture.Barcode.ScanParams extends Object
Example Usage: ScanParams scanParams = profileConfig.dataCapture.barcode.scanParams;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
bt_disconnect_on_exit
Deprecated.
Bluetooth disconnect on exit.
|
ProfileConfig.CODE_ID_TYPE |
code_id_type
Deprecated.
A Code ID character identifies the code type of a scanned bar code.
|
int |
connection_idle_time
Deprecated.
If a bluetooth scanner associated application is opened, Bluetooth
scanner will be automatically disconnected after this Connection
Idle Time duration from inactivity
|
int |
datacapture_led_id
Deprecated.
|
String |
decode_audio_feedback_uri
Deprecated.
Select an audio tone to sound upon a good decode.
|
ProfileConfig.ENABLED_STATE |
decode_haptic_feedback
Deprecated.
Enable the device to vibrate upon a good decode (default - enabled).
|
ProfileConfig.ENABLED_STATE |
decoding_led_feedback
Deprecated.
Enable the device to blink LED upon a good decode (default - disabled).
|
ProfileConfig.ENABLED_STATE |
display_bt_address_barcode
Deprecated.
If this value is set to true, the Bluetooth Pairing Utility
Application will be opened when the enable method is called.
|
int |
establish_connection_time
Deprecated.
Timout in seconds that enable method will block before returning
if a bluetooth scanner connection is not established.
|
int |
good_decode_led_timer
Deprecated.
Time for which Good Decode LED Notification Runs in milliseconds.
|
ProfileConfig.VOLUME_SLIDER_TYPE |
volume_slider_type
Deprecated.
Defines the notification type for a good decode.
|
public ProfileConfig.CODE_ID_TYPE code_id_type
ProfileConfig.CODE_ID_TYPE
.
Example Usage: scanParams.code_id_type = CODE_ID_TYPE.DEFAULT;
public ProfileConfig.VOLUME_SLIDER_TYPE volume_slider_type
ProfileConfig.VOLUME_SLIDER_TYPE
.
Example Usage: scanParams.volume_slider_type = VOLUME_SLIDER_TYPE.DEFAULT;
public String decode_audio_feedback_uri
Example Usage: String audioFeedback = scanParams.decode_audio_feedback_uri;
public ProfileConfig.ENABLED_STATE decode_haptic_feedback
ProfileConfig.ENABLED_STATE
.
Example Usage: scanParams.decode_haptic_feedback = ENABLED_STATE.DEFAULT;
public int good_decode_led_timer
Example Usage: int ledTimer = scanParams.good_decode_led_timer;
public ProfileConfig.ENABLED_STATE decoding_led_feedback
ProfileConfig.ENABLED_STATE
.
Example Usage: scanParams.decoding_led_feedback = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE bt_disconnect_on_exit
ProfileConfig.ENABLED_STATE
.
Example Usage: scanParams.bt_disconnect_on_exit = ENABLED_STATE.DEFAULT;
public int connection_idle_time
Example Usage: scanParams.connection_idle_time = 500;
public ProfileConfig.ENABLED_STATE display_bt_address_barcode
ProfileConfig.ENABLED_STATE
.
Example Usage: scanParams.display_bt_address_barcode = ENABLED_STATE.DEFAULT;
public int establish_connection_time
Example Usage: scanParams.establish_connection_time = 50;
@Deprecated public int datacapture_led_id
Example Usage: int led = scanParams.datacapture_led_id;