DeviceManagerSetFirmwareUpdatePolicy Method |
Sets the policy required to update the Cradle firmware, when a firmware
is avalable in the device.
Namespace:
Com.Datalogic.Device
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SetFirmwareUpdatePolicy(
FirmwareUpdatePolicy policy
)
Public Function SetFirmwareUpdatePolicy (
policy As FirmwareUpdatePolicy
) As Boolean
Parameters
- policy
- Type: Com.Datalogic.DeviceFirmwareUpdatePolicy
- The required FirmwareUpdatePolicy to update the Cradle firmware.
Return Value
Type:
Booleanboolean true in case of success, false otherwise.
Remarks Sets the policy required to update the Cradle firmware, when a firmware
is avalable in the device.
[Android Documentation]
See Also