Click or drag to resize

DLCradleManagerFirmwareUpgrade Method

Performs Cradle Firmware update procedure.

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

Parameters

binaryPath
Type: System.String
the String path where the binary file is stored.
size
Type: System.Int64
the String dimension of the binary file.

Return Value

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

Remarks
Performs Cradle Firmware update procedure.

[Android Documentation]

See Also

Reference