DfuSettingsConstants

Deprecated

Use DfuServiceInitiator methods instead.

A collection of constants used for reading DFU constants from android.preference.PreferenceManager in previous versions of DFU Library.

Properties

Link copied to clipboard
val SETTINGS_ASSUME_DFU_NODE: String = "settings_assume_dfu_mode"
This property must contain a boolean value.
Link copied to clipboard
val SETTINGS_MBR_SIZE: String = "settings_mbr_size"
This property must contain an integer value.
Link copied to clipboard
val SETTINGS_NUMBER_OF_PACKETS: String = "settings_number_of_packets"
This property must contain a positive integer value, usually from range 1-200.
Link copied to clipboard
The default value of SETTINGS_NUMBER_OF_PACKETS property.
val SETTINGS_PACKET_RECEIPT_NOTIFICATION_ENABLED: String = "settings_packet_receipt_notification_enabled"
This property must contain a boolean value.