Click or drag to resize

DeviceManagerSetFirmwareUpdatePolicy Method

Sets the policy required to update the Cradle firmware, when a firmware is avalable in the device.

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 bool SetFirmwareUpdatePolicy (Com.Datalogic.Device.FirmwareUpdatePolicy policy);

Parameters

policy
Type: Com.Datalogic.Device.FirmwareUpdatePolicy
The required FirmwareUpdatePolicy to update the Cradle firmware.

Return Value

Type: System.Boolean
boolean 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

Reference