1.1.3.11 SYS_APPDEBUG_Close Function

C

void SYS_APPDEBUG_Close ( SYS_MODULE_OBJ object )

Summary

Close the specific module instance of the SYS App Debug service

Description

This function clsoes the specific module instance disabling its operation. Resets all of the internal data structures and fields for the specified instance to the default settings.

Precondition

The SYS_APPDEBUG_Open function should have been called before calling this function.

Parameters

ParamDescription
objectSYS App Debug object handle, returned from SYS_APPDEBUG_Open

Returns

None.

Example

// Handle "objSysAppDebug" value must have been returned from SYS_APPDEBUG_Open.

SYS_APPDEBUG_Close (objSysAppDebug);

Remarks

Once the Open operation has been called, the Close operation must be called before the Open operation can be called again.