Click or drag to resize

Intents Class

Inheritance Hierarchy
Object
  Com.Datalogic.DeviceIntents

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 Intents : Object

The Intents type exposes the following members.

Constructors
  NameDescription
Public methodIntents
Initializes a new instance of the Intents class
Top
Properties
  NameDescription
Public propertyJniPeerMembers
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberActionConfigurationBootRequired
Broadcast Action: Sent when a reboot is required to fully apply the new device configuration.
Public fieldStatic memberActionConfigurationChanged
Broadcast Action: Sent to notify a change of the device configuration, when the value of a PropertyID
Public fieldStatic memberActionConfigurationCommit
This intent allows to request a change of the device configuration.
Public fieldStatic memberActionCradleDeviceCorrectlyInserted
Broadcast Action: Sent when the device has been correctly inserted into the cradle.
Public fieldStatic memberActionCradleDeviceExtracted
Broadcast Action: Sent when the device has been extracted from the cradle.
Public fieldStatic memberActionCradleDeviceLocked
Broadcast Action: Sent when the device has been locked into the cradle.
Public fieldStatic memberActionCradleDeviceUnlocked
Broadcast Action: Sent when the device has been unlock from the cradle.
Public fieldStatic memberActionCradleDeviceWronglyInserted
Broadcast Action: Sent when the device has been wrongly inserted into the cradle.
Public fieldStatic memberActionCradleFailureOccurred
Broadcast Action: Sent when a failure occurs on the cradle.
Public fieldStatic memberActionCradleFailureRecovered
Broadcast Action: Sent when a failure has been recovered on the cradle.
Public fieldStatic memberActionCradleFirmwareUpgradeCompleted
Broadcast Action: Sent when the cradle firmware upgrade procedure is completed.
Public fieldStatic memberActionCradleFirmwareUpgradeError
Broadcast Action: Sent when an error occurs during the cradle firmware upgrade procedure.
Public fieldStatic memberActionCradleFirmwareUpgradeInProgress
Broadcast Action: Sent during the firmware upgrade procedure, when a firmware block has been trasferred to the the cradle.
Public fieldStatic memberActionCradleFirmwareUpgradeStarted
Broadcast Action: Sent when the system starts the firmware upgrade process with the cradle.
Public fieldStatic memberActionCradleLockDevice
This intent allow the user to lock the device into the cradle.
Public fieldStatic memberActionCradleUnlockDevice
This intent allow the user to unlock the device from the cradle.
Public fieldStatic memberActionCradleUnlockKeyExtracted
Broadcast Action: Sent when the unlock key has been extracted from the cradle (to lock the device).
Public fieldStatic memberActionCradleUnlockKeyInserted
Broadcast Action: Sent when the unlock key has been inserted into the cradle (to unlock the device).
Public fieldStatic memberExtraConfigurationChangedMap
Used as an Map<Integer, String> extra field in ActionConfigurationCommit
Public fieldStatic memberExtraConfigurationChangedTime
Used as an int extra field in ActionConfigurationChanged
Public fieldStatic memberExtraConfigurationErrorMap
Used as an Map<Integer, String> extra field in ActionConfigurationChanged
Public fieldStatic memberExtraCradleFailure
Used as an int extra field in ActionCradleFailureOccurred
Public fieldStatic memberExtraCradleFailureBadLeverPosition
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureBatteryAuth
Public fieldStatic memberExtraCradleFailureBatteryDead
Public fieldStatic memberExtraCradleFailureBatteryEeprom
Public fieldStatic memberExtraCradleFailureCharger
Public fieldStatic memberExtraCradleFailureGeneral
Public fieldStatic memberExtraCradleFailureSolenoid
Public fieldStatic memberExtraCradleFailureSolenoidOvertemperature
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureUnknown
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureWlcEocTimeout
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureWlcFod
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureWlcGeneral
Public fieldStatic memberExtraCradleFailureWlcTx
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFailureWrongDaisyChainConfig
Used as an int value for ExtraCradleFailure
Public fieldStatic memberExtraCradleFirmwareUpgradeBytes
Used as an int extra field in ActionCradleFirmwareUpgradeStarted
Top
Remarks
Datalogic Intents allow to be notified about system events such as interactions between Device and Cradle (ACTION_CRADLE_*) or device configuration changed (ACTION_CONFIGURATION_*). App are also allowed to send lock/unlock command to the Cradle (ActionCradleLockDevice/ActionCradleUnlockDevice) or configuration change request ().

[Android Documentation]

See Also