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
)
Public Overridable Function FirmwareUpgrade (
binaryPath As String,
size As Long
) As Integer
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:
Int32boolean true in case of success, false otherwise.
Remarks See Also