class EmergencyUnlock

..
+-SystemFunctions
+-Lm
+-EmergencyUnlock

Emergency Unlock state information.

This MO is created by the system.

Actions
boolean
activate ( );
Initiates activation of the Emergency Unlock operational mode.

Return value is true if the activation succeeded, otherwise false.
boolean
deactivate ( );
Initiates the deactivation of the Emergency Unlock operational mode.

Return value is true in case the deactivation succeeded, false otherwise.

Attributes
uint8
readOnly
activationsLeft
Remaining allowed Emergency Unlock activations left.
LmActivationState
readOnly
activationState
Activation state of Emergency Unlock.
string
key
mandatory
noNotification
restricted
emergencyUnlockId
The value component of the RDN.
DateTime[0..1]
readOnly
expiration
Expiry date and time of Emergency Unlock.

The value is NULL if the activation state is INACTIVE.

  class EmergencyUnlock