Click or drag to resize
LockAction Class
Inheritance Hierarchy
Enum
  Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchLockAction

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.Joyatouch
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class LockAction : Enum

The LockAction type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLock
Lock the device in the Cradle
Public propertyStatic memberLockWithLedOff
Lock the device in the Cradle turning off the LED
Public propertyStatic memberUnlock
Unlock the device from the Cradle
Public propertyStatic memberUnlockWithLedOn
Unlock the device from the Cradle turning on the LED
Top
Methods
  NameDescription
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
This enum lists the lock actions available.

[Android Documentation]

See Also