UnlockPolicy Class |
Namespace: Com.Datalogic.Device
The UnlockPolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| JniPeerMembers | To be added. | |
| UnlockPolicyBoth | Cradle can be unlocked both from power menu and notification. | |
| UnlockPolicyNone | Unlock feature is disabled. | |
| UnlockPolicyNotification | A notification with unlock button is shown to the user if the cradle is locked. | |
| UnlockPolicyNotSupported | Unlock policy not supported. | |
| UnlockPolicyPower | Cradle can be unlocked from power menu. | |
| UnlockPolicyUnknown | Unknown unlock policy. |
| Name | Description | |
|---|---|---|
| FromInt | Retrieves the corresponding UnlockPolicy value, from a valid integer. | |
| ToInt | Converts the UnlockPolicy enum to its integer representing value. | |
| ValueOf | Returns the enum constant of this type with the specified name. | |
| Values | Returns an array containing the constants of this enum type, in
the order they are declared. |