stopLostModeParams property

StopLostModeParams? stopLostModeParams
getter/setter pair

Parameters for the STOP_LOST_MODE command to take the device out of lost mode.

See StopLostModeParams. If this is set, then it is suggested that type should not be set. In this case, the server automatically sets it to STOP_LOST_MODE. It is also acceptable to explicitly set type to STOP_LOST_MODE.

Implementation

StopLostModeParams? stopLostModeParams;