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
public virtual int FirmwareUpgrade (string binaryPath, long size);
Public Virtual Integer 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
See Also