Send()

Description

This method sends TCAP transaction message along with a list of operations. A given transaction message can contain zero or more operations.

Syntax

int Send(SKIM_Trans &trans);

Parameters

Parameters

The input parameter is shown in the next table. There are no input/output parameters.

Argument

Description

SKIM_Trans

Transaction object

For details of SKIM_Trans class interface refer to SKIM Parameter Classes.

Return Values

Possible return values for this API are:

SKIM_SUCCESS

No failure has occurred.

SKIM return code

As defined in Appendix B, SKIM Return Codes.