8.1.1.3 EndPause Method

This Method ends the current Energy Saving Mode.

Signature

	EndPause (
		[out] 0:Duration	CurrentTimeToOperate
		[out] 0:Byte		ReturnCode
		);
	
Argument Description
CurrentTimeToOperateTime needed to reach “Ready to operate” if successful, 0.
ReturnCodeReturn code. See table Table 16.

The Method Result Codes (defined in Call Service) are defined in Table 15.

Table 15 shows the possible values for the Method call result codes.

Table 15 – Possible Method result codes
Result Code Description
GoodThe Method execution was successful and the ReturnCode parameter has the value 0x00 (”Success”)
UncertainThe Method execution was successful, but the ReturnCode parameter indicates an error.
Bad_UserAccessDeniedThe user has not the right to execute the Method. The client shall not evaluate the ReturnCode parameter.
Bad_UnexpectedErrorThe server is not able to execute the function because an unexpected error occurred. The device might be temporarily unavailable or unreachable due to network failure. The client shall not evaluate the ReturnCode parameter.

Table 16 shows the possible values for the out parameter ReturnCode.

Table 16 – Possible ReturnCode parameter Values
ReturnCode Description
0x00Success.
0x50No suitable energy-saving mode available.
0x52No switch to requested energy-saving mode because of invalid mode ID.
0x53No switch to Energy Saving Mode because of state operate.
0x54Service or function not available due to internal device status.