@Deprecated public class ProfileConfig.DataCapture.DataDelivery.BasicDataFormatting extends Object
Example Usage: BasicDataFormatting basicDataFormatting = profileConfig.dataCapture.dataDelivery.intent.basicDataFormatting;
Modifier and Type | Field and Description |
---|---|
ProfileConfig.ENABLED_STATE |
bdf_enabled
Deprecated.
Enables or disables Basic Data Formatting (default - enabled).
|
String |
bdf_prefix
Deprecated.
Add characters to the beginning of the data when sent.
|
ProfileConfig.ENABLED_STATE |
bdf_send_data
Deprecated.
Set to transfer the captured data to the foreground application.
|
ProfileConfig.ENABLED_STATE |
bdf_send_enter
Deprecated.
Set to append an Enter character to the end of the processed data(default - disabled).
|
ProfileConfig.ENABLED_STATE |
bdf_send_hex
Deprecated.
Set to send the data in hexadecimal format(default - disabled).
|
ProfileConfig.ENABLED_STATE |
bdf_send_tab
Deprecated.
Set to append a tab character to the end of the processed data(default - disabled).
|
String |
bdf_suffix
Deprecated.
Add characters to the end of the data when sent.
|
public ProfileConfig.ENABLED_STATE bdf_enabled
ProfileConfig.ENABLED_STATE
enum.
Example Usage: basicDataFormatting.bdf_enabled = ENABLED_STATE.DEFAULT;
public String bdf_prefix
Example Usage: String prefix = basicDataFormatting.bdf_prefix;
public String bdf_suffix
Example Usage: String suffix = basicDataFormatting.bdf_suffix;
public ProfileConfig.ENABLED_STATE bdf_send_data
ProfileConfig.ENABLED_STATE
enum.
Example Usage: basicDataFormatting.bdf_send_data = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE bdf_send_hex
ProfileConfig.ENABLED_STATE
enum.
Example Usage: basicDataFormatting.bdf_send_hex = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE bdf_send_tab
ProfileConfig.ENABLED_STATE
enum.
Example Usage: basicDataFormatting.bdf_send_tab = ENABLED_STATE.DEFAULT;
public ProfileConfig.ENABLED_STATE bdf_send_enter
ProfileConfig.ENABLED_STATE
enum.
Example Usage: basicDataFormatting.bdf_send_enter = ENABLED_STATE.DEFAULT;