Click or drag to resize

FirmwareUpdatePolicy Class

Inheritance Hierarchy
Enum
  Com.Datalogic.DeviceFirmwareUpdatePolicy

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class FirmwareUpdatePolicy : Enum

The FirmwareUpdatePolicy type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberFirmwareUpdatePolicyDisabled
Firmware update feature is disabled.
Public propertyStatic memberFirmwareUpdatePolicyNotSupported
Firmware update policy not supported.
Public propertyStatic memberFirmwareUpdatePolicyOnlyIfNewerAvailable
Firmware update is automatically performed only if a newer firmware compared with the current installed in the Cradle is available in the device.
Public propertyStatic memberFirmwareUpdatePolicyUnknown
Unknown firmware update policy.
Public propertyStatic memberFirmwareUpdatePolicyUserNotification
A notification is shown to the user if a firmware update is available.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding FirmwareUpdatePolicy value, from a valid integer.
Public methodToInt
Converts the FirmwareUpdatePolicy enum to its integer representing value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the Policy to update the Cradle Firmware.

[Android Documentation]

See Also