USER_TERM

Performs enabler-specific termination tasks. This function is called following a request from CIMPLICITY software for the enabler to terminate. Its uses include cleaning up shared memory regions and disassociating from the device.

You can find the template for this subroutine in:

usrtm_term.c

Syntax

void user_term(status)

int *status;

Input Parameters

None

Output Parameters

status

Indicates whether the function successfully completed. Valid values are:

TOOLKIT_SUCCESS

Function completed successfully.

TOOLKIT_FAILURE

Function did not complete successfully.

Return Value

None.

More information

Device Communications toolkit subroutines.