Click or drag to resize

DLCradleManagerFirmwareUpgrade Method

Performs Cradle Firmware update procedure.

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual int FirmwareUpgrade(
	string binaryPath,
	long size
)

Parameters

binaryPath
Type: SystemString
- the String path where the binary file is stored.
size
Type: SystemInt64
- the String dimension of the binary file.

Return Value

Type: Int32
boolean true in case of success, false otherwise.
Remarks

Performs Cradle Firmware update procedure.

[Android Documentation]

See Also