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.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
)

Parameters

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

Return Value

Type: 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