You are here: SwitchKit TCAP Interface User’s Guide > 2 SwitchKit Interface Module > Send()
Description
This method sends TCAP transaction message along with a list of operations. A given transaction message can contain zero or more operations.
int Send(SKIM_Trans &trans);
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. |
Possible return values for this API are:
|
SKIM_SUCCESS |
No failure has occurred. |
|
SKIM return code |
As defined in Appendix B, SKIM Return Codes. |