Click or drag to resize

IntentsActionCradleFirmwareUpgradeInProgress Field

Broadcast Action: Sent during the firmware upgrade procedure, when a firmware block has been trasferred to the 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 ActionCradleFirmwareUpgradeInProgress = "com.datalogic.device.intent.action.cradle.FIRMWARE_UPGRADE_IN_PROGRESS"

Field Value

Type: String
Remarks
ACTION_CRADLE_FIRMWARE_UPGRADE_IN_PROGRESS

Broadcast Action: Sent during the firmware upgrade procedure, when a firmware block has been trasferred to the the cradle.


The intent will have the following extra values:

ExtraCradleFirmwareUpgradeBytes

- int representing the number of bytes has been already transferred to the cradle.

[Android Documentation]

See Also