| getsmppparamResult Structure Definition |
The getsmppparamResult structure defines the return type for getsmppparam API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
smppparamList |
List of smppparams |
| smppparam Structure Definition |
The smppparam structure defines the actual return type values for getsmppparam API. |
Syntax |
Members |
clientmode |
Mode in which the client binds to the ADC. Applicable settings function as follows:
* TRANSCEIVER - Client can send and receive messages to and from the message center.
* TRANSMITTERONLY - Client can only send messages.
* RECEIVERONLY - Client can only receive messages. |
msgqueue |
Queue SMPP messages if a client that is capable of receiving the destination address messages is not available. |
msgqueuesize |
Maximum number of SMPP messages that can be queued. After the limit is reached, the Citrix ADC sends a deliver_sm_resp PDU, with an appropriate error message, to the message center. |
addrton |
Type of Number, such as an international number or a national number, used in the ESME address sent in the bind request. |
addrnpi |
Numbering Plan Indicator, such as landline, data, or WAP client, used in the ESME address sent in the bind request. |
addrrange |
Set of SME addresses, sent in the bind request, serviced by the ESME. |
_nextgenapiresource |
See Also |