Intents.ActionCradleFirmwareUpgradeStarted Field
|
ACTION_CRADLE_FIRMWARE_UPGRADE_STARTED
Broadcast Action: Sent when the system starts the firmware upgrade process with the cradle.
Namespace:
Com.Datalogic.Device
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const String ActionCradleFirmwareUpgradeStarted = "value"
Public Const ActionCradleFirmwareUpgradeStarted As String = "value"
Field Value
Type:
String
Remarks
ACTION_CRADLE_FIRMWARE_UPGRADE_STARTED
Broadcast Action: Sent when the system starts the firmware upgrade process with the cradle.
The intent will have the following extra values:
EXTRA_CRADLE_FIRMWARE_UPGRADE_BYTES
- int representing the number of bytes (firmware size) will be transferred to the cradle.
[Android Documentation]
See Also