com.nmt.mgp
Interface Mgp
public interface Mgp
Container for all protocol definitions.
MGP_OP_LOGON
static final int MGP_OP_LOGON
- See Also:
- Constant Field Values
MGP_OP_LOGON_RESP
static final int MGP_OP_LOGON_RESP
- See Also:
- Constant Field Values
MGP_OP_SENDMESSAGE
static final int MGP_OP_SENDMESSAGE
- See Also:
- Constant Field Values
MGP_OP_SENDMESSAGE_RESP
static final int MGP_OP_SENDMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_LOGOFF
static final int MGP_OP_LOGOFF
- See Also:
- Constant Field Values
MGP_OP_LOGOFF_RESP
static final int MGP_OP_LOGOFF_RESP
- See Also:
- Constant Field Values
MGP_OP_BEGINBATCH
static final int MGP_OP_BEGINBATCH
- See Also:
- Constant Field Values
MGP_OP_BEGINBATCH_RESP
static final int MGP_OP_BEGINBATCH_RESP
- See Also:
- Constant Field Values
MGP_OP_ENDBATCH
static final int MGP_OP_ENDBATCH
- See Also:
- Constant Field Values
MGP_OP_ENDBATCH_RESP
static final int MGP_OP_ENDBATCH_RESP
- See Also:
- Constant Field Values
MGP_OP_GETCONNECTORINFO
static final int MGP_OP_GETCONNECTORINFO
- See Also:
- Constant Field Values
MGP_OP_GETCONNECTORINFO_RESP
static final int MGP_OP_GETCONNECTORINFO_RESP
- See Also:
- Constant Field Values
MGP_OP_GETCONNECTORQUEUES
static final int MGP_OP_GETCONNECTORQUEUES
- See Also:
- Constant Field Values
MGP_OP_GETCONNECTORQUEUES_RESP
static final int MGP_OP_GETCONNECTORQUEUES_RESP
- See Also:
- Constant Field Values
MGP_OP_QUERYMESSAGE
static final int MGP_OP_QUERYMESSAGE
- See Also:
- Constant Field Values
MGP_OP_QUERYMESSAGE_RESP
static final int MGP_OP_QUERYMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_DELETEMESSAGE
static final int MGP_OP_DELETEMESSAGE
- See Also:
- Constant Field Values
MGP_OP_DELETEMESSAGE_RESP
static final int MGP_OP_DELETEMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_MODIFYMESSAGE
static final int MGP_OP_MODIFYMESSAGE
- See Also:
- Constant Field Values
MGP_OP_MODIFYMESSAGE_RESP
static final int MGP_OP_MODIFYMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_KEEPALIVE
static final int MGP_OP_KEEPALIVE
- See Also:
- Constant Field Values
MGP_OP_KEEPALIVE_RESP
static final int MGP_OP_KEEPALIVE_RESP
- See Also:
- Constant Field Values
MGP_OP_DBREQUEST
static final int MGP_OP_DBREQUEST
- See Also:
- Constant Field Values
MGP_OP_DBREQUEST_RESP
static final int MGP_OP_DBREQUEST_RESP
- See Also:
- Constant Field Values
MGP_OP_GETFIRSTMESSAGE
static final int MGP_OP_GETFIRSTMESSAGE
- See Also:
- Constant Field Values
MGP_OP_GETFIRSTMESSAGE_RESP
static final int MGP_OP_GETFIRSTMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_CONFIRMMESSAGE
static final int MGP_OP_CONFIRMMESSAGE
- See Also:
- Constant Field Values
MGP_OP_CONFIRMMESSAGE_RESP
static final int MGP_OP_CONFIRMMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_GETDBINFO
static final int MGP_OP_GETDBINFO
- See Also:
- Constant Field Values
MGP_OP_GETDBINFO_RESP
static final int MGP_OP_GETDBINFO_RESP
- See Also:
- Constant Field Values
MGP_OP_RELOAD
static final int MGP_OP_RELOAD
- See Also:
- Constant Field Values
MGP_OP_RELOAD_RESP
static final int MGP_OP_RELOAD_RESP
- See Also:
- Constant Field Values
MGP_OP_GETROUTELOG
static final int MGP_OP_GETROUTELOG
- Get routing log.
CONNECTORQUEUESIZE can optionally be supplied and then defines
the maximum number of entries returned.
A list of options will be returned where ID indicates a new "row".
- See Also:
- Constant Field Values
MGP_OP_GETROUTELOG_RESP
static final int MGP_OP_GETROUTELOG_RESP
- See Also:
- Constant Field Values
MGP_OP_PBCREATE
static final int MGP_OP_PBCREATE
- Create phonebook.
Requires PBTYPE and PBNAME as arguments.
If not PBTYPE and PBNAME are supplied a MGP_ERR_SYNTAX will
be returned.
- See Also:
- Constant Field Values
MGP_OP_PBCREATE_RESP
static final int MGP_OP_PBCREATE_RESP
- See Also:
- Constant Field Values
MGP_OP_PBDELETE
static final int MGP_OP_PBDELETE
- Delete phonebook.
Requires PBID as argument.
If PBID is not supplied a MGP_ERR_SYNTAX will be returned.
- See Also:
- Constant Field Values
MGP_OP_PBDELETE_RESP
static final int MGP_OP_PBDELETE_RESP
- See Also:
- Constant Field Values
MGP_OP_PBADD
static final int MGP_OP_PBADD
- Add entry to phonebook.
Requires PBID (id of phonebook where entry should be added),
NAME, COMPANY and DESTADDR as argument.
If not all of the options are supplied a MGP_ERR_SYNTAX will
be returned.
- See Also:
- Constant Field Values
MGP_OP_PBADD_RESP
static final int MGP_OP_PBADD_RESP
- See Also:
- Constant Field Values
MGP_OP_PBUPDATE
static final int MGP_OP_PBUPDATE
- Update entry in phonebook.
Requires PBID (id of entry which should be updated) and one or
more of the NAME, COMPANY and DESTADDR options as argument.
If none of the options exists a MGP_ERR_SYNTAX will be returned.
- See Also:
- Constant Field Values
MGP_OP_PBUPDATE_RESP
static final int MGP_OP_PBUPDATE_RESP
- See Also:
- Constant Field Values
MGP_OP_PBREMOVE
static final int MGP_OP_PBREMOVE
- Remove entry from phonebook.
Requires PBID (id of entry which should be deleted).
- See Also:
- Constant Field Values
MGP_OP_PBREMOVE_RESP
static final int MGP_OP_PBREMOVE_RESP
- See Also:
- Constant Field Values
MGP_OP_PBLIST
static final int MGP_OP_PBLIST
- List available phonebooks.
If called with no arguments, lists available phonebooks.
List as a number of options where PBID indicates a new "row".
If a PBID is supplied it will list the contents (entries)
of the phonebook. List as a number of options where PBID
(id of entry in this case) indicates a new "row".
Please note that PBID is either the id of the phonebook or
the id of a phonebook entry depending on the context.
- See Also:
- Constant Field Values
MGP_OP_PBLIST_RESP
static final int MGP_OP_PBLIST_RESP
- See Also:
- Constant Field Values
MGP_OP_REQUESTMESSAGE
static final int MGP_OP_REQUESTMESSAGE
- Request a message.
Requests that a message, if available, should be delivered
to the client.
In the response CONNECTORQUEUESIZE will specify how many
messages are available in the queue. If one or more messages
are available a MGP_OP_SENDMESSAGE operation will be sent
directly after the response including the message. The client
is expected to acknowledge the message using MGP_OP_SENDMESSAGE_RESP.
- See Also:
- Constant Field Values
MGP_OP_REQUESTMESSAGE_RESP
static final int MGP_OP_REQUESTMESSAGE_RESP
- See Also:
- Constant Field Values
MGP_OP_CONNECTORHOLD
static final int MGP_OP_CONNECTORHOLD
- Hold connector.
MGP_OPTION_STATUS must be sent with a value of 1 indicating
the connector specified by MGP_OPTION_CONNECTOR be put on hold.
If STATUS is 0 and connector on hold connector is released.
- See Also:
- Constant Field Values
MGP_OP_CONNECTORHOLD_RESP
static final int MGP_OP_CONNECTORHOLD_RESP
- See Also:
- Constant Field Values
MGP_STATUS_DELIVERED
static final int MGP_STATUS_DELIVERED
- See Also:
- Constant Field Values
MGP_STATUS_INPROCESS
static final int MGP_STATUS_INPROCESS
- See Also:
- Constant Field Values
MGP_STATUS_FAILED
static final int MGP_STATUS_FAILED
- See Also:
- Constant Field Values
MGP_STATUS_DELETED
static final int MGP_STATUS_DELETED
- See Also:
- Constant Field Values
MGP_STATUS_EXPIRED
static final int MGP_STATUS_EXPIRED
- See Also:
- Constant Field Values
MGP_STATUS_REJECTED
static final int MGP_STATUS_REJECTED
- See Also:
- Constant Field Values
MGP_STATUS_CANCELED
static final int MGP_STATUS_CANCELED
- See Also:
- Constant Field Values
MGP_STATUS_QUEUED
static final int MGP_STATUS_QUEUED
- See Also:
- Constant Field Values
MGP_STATUS_ORPHANED
static final int MGP_STATUS_ORPHANED
- See Also:
- Constant Field Values
MGP_STATUS_RELAYED
static final int MGP_STATUS_RELAYED
- See Also:
- Constant Field Values
MGP_STATUS_UNKNOWN
static final int MGP_STATUS_UNKNOWN
- See Also:
- Constant Field Values
MGP_CHARCODE_DEFAULT
static final int MGP_CHARCODE_DEFAULT
- Default character code (GSM).
- See Also:
- Constant Field Values
MGP_CHARCODE_IA5
static final int MGP_CHARCODE_IA5
- IA5 character code.
- See Also:
- Constant Field Values
MGP_CHARCODE_8BIT
static final int MGP_CHARCODE_8BIT
- Binary, 8-bit character code.
- See Also:
- Constant Field Values
MGP_CHARCODE_LATIN1
static final int MGP_CHARCODE_LATIN1
- ISO8859-1/Latin1 character code.
- See Also:
- Constant Field Values
MGP_CHARCODE_UCS2
static final int MGP_CHARCODE_UCS2
- Unicode character code.
- See Also:
- Constant Field Values
MGP_CHARCODE_NUMERIC
static final int MGP_CHARCODE_NUMERIC
- Numeric character code (for numeric messages, paging).
- See Also:
- Constant Field Values
MGP_ERR_OK
static final int MGP_ERR_OK
- OK (no error).
- See Also:
- Constant Field Values
MGP_ERR_UNKNOWN
static final int MGP_ERR_UNKNOWN
- Unknown (or unspecified) error.
- See Also:
- Constant Field Values
MGP_ERR_SYNTAX
static final int MGP_ERR_SYNTAX
- Syntax error (usually a mandatory options is missing).
- See Also:
- Constant Field Values
MGP_ERR_LOGIN
static final int MGP_ERR_LOGIN
- Login failed, bad username and/or password.
- See Also:
- Constant Field Values
MGP_ERR_BOUND
static final int MGP_ERR_BOUND
- Tried to login when already bound.
- See Also:
- Constant Field Values
MGP_ERR_INVALARG
static final int MGP_ERR_INVALARG
- Invalid argument.
- See Also:
- Constant Field Values
MGP_ERR_INVALCMD
static final int MGP_ERR_INVALCMD
- Invalid command.
- See Also:
- Constant Field Values
MGP_ERR_INVALMSGID
static final int MGP_ERR_INVALMSGID
- Invalid message id.
- See Also:
- Constant Field Values
MGP_ERR_INVALDESTADDR
static final int MGP_ERR_INVALDESTADDR
- Invalid destination address.
- See Also:
- Constant Field Values
MGP_ERR_INVALSOURCEADDR
static final int MGP_ERR_INVALSOURCEADDR
- Invalid source address.
- See Also:
- Constant Field Values
MGP_ERR_NOACCESS
static final int MGP_ERR_NOACCESS
- Access to server/operation not permitted.
- See Also:
- Constant Field Values
MGP_ERR_MESSAGE
static final int MGP_ERR_MESSAGE
- Message error, usually format. (Not hex encoded?)
- See Also:
- Constant Field Values
MGP_ERR_INVALRESP
static final int MGP_ERR_INVALRESP
- Invalid response.
- See Also:
- Constant Field Values
MGP_ERR_COMM
static final int MGP_ERR_COMM
- Communication error.
- See Also:
- Constant Field Values
MGP_ERR_DB
static final int MGP_ERR_DB
- Invalid DB configuration.
- See Also:
- Constant Field Values
MGP_ERR_UDH
static final int MGP_ERR_UDH
- Invalid UDH (USer-Data Header).
- See Also:
- Constant Field Values
MGP_ERR_CREDITS
static final int MGP_ERR_CREDITS
- No more message credits.
- See Also:
- Constant Field Values
MGP_ERR_BUSY
static final int MGP_ERR_BUSY
- Server temporarily too busy to process request.
- See Also:
- Constant Field Values
MGP_OPTION_ID
static final int MGP_OPTION_ID
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEADDR
static final int MGP_OPTION_SOURCEADDR
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEADDRTON
static final int MGP_OPTION_SOURCEADDRTON
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEADDRNPI
static final int MGP_OPTION_SOURCEADDRNPI
- See Also:
- Constant Field Values
MGP_OPTION_SOURCESUBADDRESS
static final int MGP_OPTION_SOURCESUBADDRESS
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEPORT
static final int MGP_OPTION_SOURCEPORT
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEADDRSUBUNIT
static final int MGP_OPTION_SOURCEADDRSUBUNIT
- See Also:
- Constant Field Values
MGP_OPTION_DESTADDR
static final int MGP_OPTION_DESTADDR
- See Also:
- Constant Field Values
MGP_OPTION_DESTADDRTON
static final int MGP_OPTION_DESTADDRTON
- See Also:
- Constant Field Values
MGP_OPTION_DESTADDRNPI
static final int MGP_OPTION_DESTADDRNPI
- See Also:
- Constant Field Values
MGP_OPTION_DESTSUBADDRESS
static final int MGP_OPTION_DESTSUBADDRESS
- See Also:
- Constant Field Values
MGP_OPTION_DESTPORT
static final int MGP_OPTION_DESTPORT
- See Also:
- Constant Field Values
MGP_OPTION_DESTADDRSUBUNIT
static final int MGP_OPTION_DESTADDRSUBUNIT
- See Also:
- Constant Field Values
MGP_OPTION_UDH
static final int MGP_OPTION_UDH
- See Also:
- Constant Field Values
MGP_OPTION_UDHLEN
static final int MGP_OPTION_UDHLEN
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGE
static final int MGP_OPTION_MESSAGE
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGELEN
static final int MGP_OPTION_MESSAGELEN
- See Also:
- Constant Field Values
MGP_OPTION_VP
static final int MGP_OPTION_VP
- See Also:
- Constant Field Values
MGP_OPTION_DLR
static final int MGP_OPTION_DLR
- See Also:
- Constant Field Values
MGP_OPTION_DELTIME
static final int MGP_OPTION_DELTIME
- See Also:
- Constant Field Values
MGP_OPTION_SCTS
static final int MGP_OPTION_SCTS
- See Also:
- Constant Field Values
MGP_OPTION_USERNAME
static final int MGP_OPTION_USERNAME
- See Also:
- Constant Field Values
MGP_OPTION_PASSWORD
static final int MGP_OPTION_PASSWORD
- See Also:
- Constant Field Values
MGP_OPTION_NEWPASSWORD
static final int MGP_OPTION_NEWPASSWORD
- See Also:
- Constant Field Values
MGP_OPTION_MSGTYPE
static final int MGP_OPTION_MSGTYPE
- See Also:
- Constant Field Values
MGP_OPTION_MSGSUBTYPE
static final int MGP_OPTION_MSGSUBTYPE
- See Also:
- Constant Field Values
MGP_OPTION_MSGCLASS
static final int MGP_OPTION_MSGCLASS
- See Also:
- Constant Field Values
MGP_OPTION_CHARCODE
static final int MGP_OPTION_CHARCODE
- See Also:
- Constant Field Values
MGP_OPTION_AUTHCODE
static final int MGP_OPTION_AUTHCODE
- See Also:
- Constant Field Values
MGP_OPTION_USER
static final int MGP_OPTION_USER
- See Also:
- Constant Field Values
MGP_OPTION_REPLYPATH
static final int MGP_OPTION_REPLYPATH
- See Also:
- Constant Field Values
MGP_OPTION_PRIORITY
static final int MGP_OPTION_PRIORITY
- See Also:
- Constant Field Values
MGP_OPTION_TARRIFFCLASS
static final int MGP_OPTION_TARRIFFCLASS
- See Also:
- Constant Field Values
MGP_OPTION_REMOTEIP
static final int MGP_OPTION_REMOTEIP
- See Also:
- Constant Field Values
MGP_OPTION_SYSTEMTYPE
static final int MGP_OPTION_SYSTEMTYPE
- See Also:
- Constant Field Values
MGP_OPTION_SMSCOP
static final int MGP_OPTION_SMSCOP
- See Also:
- Constant Field Values
MGP_OPTION_CONNECTORSTATS
static final int MGP_OPTION_CONNECTORSTATS
- See Also:
- Constant Field Values
MGP_OPTION_ROUTE
static final int MGP_OPTION_ROUTE
- See Also:
- Constant Field Values
MGP_OPTION_ROUTEDLR
static final int MGP_OPTION_ROUTEDLR
- See Also:
- Constant Field Values
MGP_OPTION_RETCODE
static final int MGP_OPTION_RETCODE
- See Also:
- Constant Field Values
MGP_OPTION_SERVICETYPE
static final int MGP_OPTION_SERVICETYPE
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGEMODE
static final int MGP_OPTION_MESSAGEMODE
- See Also:
- Constant Field Values
MGP_OPTION_PROTOCOLID
static final int MGP_OPTION_PROTOCOLID
- See Also:
- Constant Field Values
MGP_OPTION_REPLACEIFPRESENTFLAG
static final int MGP_OPTION_REPLACEIFPRESENTFLAG
- See Also:
- Constant Field Values
MGP_OPTION_USERMESSAGEREFERENCE
static final int MGP_OPTION_USERMESSAGEREFERENCE
- See Also:
- Constant Field Values
MGP_OPTION_USERRESPONSECODE
static final int MGP_OPTION_USERRESPONSECODE
- See Also:
- Constant Field Values
MGP_OPTION_PRIVACYINDICATOR
static final int MGP_OPTION_PRIVACYINDICATOR
- See Also:
- Constant Field Values
MGP_OPTION_CALLBACKNUM
static final int MGP_OPTION_CALLBACKNUM
- See Also:
- Constant Field Values
MGP_OPTION_LANGUAGEINDICATOR
static final int MGP_OPTION_LANGUAGEINDICATOR
- See Also:
- Constant Field Values
MGP_OPTION_TTSSESSIONINFO
static final int MGP_OPTION_TTSSESSIONINFO
- See Also:
- Constant Field Values
MGP_OPTION_NETWORKERRORCODE
static final int MGP_OPTION_NETWORKERRORCODE
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGESTATE
static final int MGP_OPTION_MESSAGESTATE
- See Also:
- Constant Field Values
MGP_OPTION_RECEIPTEDMESSSAGEID
static final int MGP_OPTION_RECEIPTEDMESSSAGEID
- See Also:
- Constant Field Values
MGP_OPTION_LONGMESSAGE
static final int MGP_OPTION_LONGMESSAGE
- See Also:
- Constant Field Values
MGP_OPTION_LONGMODE
static final int MGP_OPTION_LONGMODE
- See Also:
- Constant Field Values
MGP_OPTION_REGISTEREDDELIVERY
static final int MGP_OPTION_REGISTEREDDELIVERY
- See Also:
- Constant Field Values
MGP_OPTION_CANCELMODE
static final int MGP_OPTION_CANCELMODE
- See Also:
- Constant Field Values
MGP_OPTION_INTERFACEVERSION
static final int MGP_OPTION_INTERFACEVERSION
- See Also:
- Constant Field Values
MGP_OPTION_CONNECTOR
static final int MGP_OPTION_CONNECTOR
- See Also:
- Constant Field Values
MGP_OPTION_OUTCONNECTOR
static final int MGP_OPTION_OUTCONNECTOR
- See Also:
- Constant Field Values
MGP_OPTION_STATUS
static final int MGP_OPTION_STATUS
- See Also:
- Constant Field Values
MGP_OPTION_SOURCENETWORKTYPE
static final int MGP_OPTION_SOURCENETWORKTYPE
- See Also:
- Constant Field Values
MGP_OPTION_DESTNETWORKTYPE
static final int MGP_OPTION_DESTNETWORKTYPE
- See Also:
- Constant Field Values
MGP_OPTION_SMSCID
static final int MGP_OPTION_SMSCID
- See Also:
- Constant Field Values
MGP_OPTION_OPSENTEXPIRES
static final int MGP_OPTION_OPSENTEXPIRES
- See Also:
- Constant Field Values
MGP_OPTION_DLREXPIRES
static final int MGP_OPTION_DLREXPIRES
- See Also:
- Constant Field Values
MGP_OPTION_ROUTE2
static final int MGP_OPTION_ROUTE2
- See Also:
- Constant Field Values
MGP_OPTION_TCPSOURCEPORT
static final int MGP_OPTION_TCPSOURCEPORT
- See Also:
- Constant Field Values
MGP_OPTION_MAPPING
static final int MGP_OPTION_MAPPING
- See Also:
- Constant Field Values
MGP_OPTION_DLRADDRESS
static final int MGP_OPTION_DLRADDRESS
- See Also:
- Constant Field Values
MGP_OPTION_DLRPID
static final int MGP_OPTION_DLRPID
- See Also:
- Constant Field Values
MGP_OPTION_DOMAIN
static final int MGP_OPTION_DOMAIN
- See Also:
- Constant Field Values
MGP_OPTION_CONCATSMSREF
static final int MGP_OPTION_CONCATSMSREF
- See Also:
- Constant Field Values
MGP_OPTION_CONCATSMSSEQ
static final int MGP_OPTION_CONCATSMSSEQ
- See Also:
- Constant Field Values
MGP_OPTION_CONCATSMSMAX
static final int MGP_OPTION_CONCATSMSMAX
- See Also:
- Constant Field Values
MGP_OPTION_REQUIREPREFIX
static final int MGP_OPTION_REQUIREPREFIX
- See Also:
- Constant Field Values
MGP_OPTION_AUTHTON
static final int MGP_OPTION_AUTHTON
- See Also:
- Constant Field Values
MGP_OPTION_AUTHNPI
static final int MGP_OPTION_AUTHNPI
- See Also:
- Constant Field Values
MGP_OPTION_BILLINGID
static final int MGP_OPTION_BILLINGID
- See Also:
- Constant Field Values
MGP_OPTION_SINGLESHOT
static final int MGP_OPTION_SINGLESHOT
- See Also:
- Constant Field Values
MGP_OPTION_DLRID
static final int MGP_OPTION_DLRID
- See Also:
- Constant Field Values
MGP_OPTION_STATE
static final int MGP_OPTION_STATE
- See Also:
- Constant Field Values
MGP_OPTION_PROTOCOL
static final int MGP_OPTION_PROTOCOL
- See Also:
- Constant Field Values
MGP_OPTION_INSTANCES
static final int MGP_OPTION_INSTANCES
- See Also:
- Constant Field Values
MGP_OPTION_QUEUESIZE
static final int MGP_OPTION_QUEUESIZE
- See Also:
- Constant Field Values
MGP_OPTION_TYPE
static final int MGP_OPTION_TYPE
- See Also:
- Constant Field Values
MGP_OPTION_QSTATS1
static final int MGP_OPTION_QSTATS1
- See Also:
- Constant Field Values
MGP_OPTION_QSTATS5
static final int MGP_OPTION_QSTATS5
- See Also:
- Constant Field Values
MGP_OPTION_QSTATS15
static final int MGP_OPTION_QSTATS15
- See Also:
- Constant Field Values
MGP_OPTION_INSTANCE
static final int MGP_OPTION_INSTANCE
- See Also:
- Constant Field Values
MGP_OPTION_STARTSECS
static final int MGP_OPTION_STARTSECS
- See Also:
- Constant Field Values
MGP_OPTION_STARTMSECS
static final int MGP_OPTION_STARTMSECS
- See Also:
- Constant Field Values
MGP_OPTION_ENDSECS
static final int MGP_OPTION_ENDSECS
- See Also:
- Constant Field Values
MGP_OPTION_ENDMSECS
static final int MGP_OPTION_ENDMSECS
- See Also:
- Constant Field Values
MGP_OPTION_NOTE
static final int MGP_OPTION_NOTE
- See Also:
- Constant Field Values
MGP_OPTION_CLIENTCONFIG
static final int MGP_OPTION_CLIENTCONFIG
- See Also:
- Constant Field Values
MGP_OPTION_COMPANY
static final int MGP_OPTION_COMPANY
- See Also:
- Constant Field Values
MGP_OPTION_NAME
static final int MGP_OPTION_NAME
- See Also:
- Constant Field Values
MGP_OPTION_PBNAME
static final int MGP_OPTION_PBNAME
- See Also:
- Constant Field Values
MGP_OPTION_PBTYPE
static final int MGP_OPTION_PBTYPE
- See Also:
- Constant Field Values
MGP_OPTION_REASON
static final int MGP_OPTION_REASON
- See Also:
- Constant Field Values
MGP_OPTION_PBID
static final int MGP_OPTION_PBID
- See Also:
- Constant Field Values
MGP_OPTION_ISADMIN
static final int MGP_OPTION_ISADMIN
- See Also:
- Constant Field Values
MGP_OPTION_UDHI
static final int MGP_OPTION_UDHI
- See Also:
- Constant Field Values
MGP_OPTION_REPLACEPID
static final int MGP_OPTION_REPLACEPID
- See Also:
- Constant Field Values
MGP_OPTION_LRADDR
static final int MGP_OPTION_LRADDR
- See Also:
- Constant Field Values
MGP_OPTION_LRPID
static final int MGP_OPTION_LRPID
- See Also:
- Constant Field Values
MGP_OPTION_HPLMNADDR
static final int MGP_OPTION_HPLMNADDR
- See Also:
- Constant Field Values
MGP_OPTION_SUBJECT
static final int MGP_OPTION_SUBJECT
- See Also:
- Constant Field Values
MGP_OPTION_OTOA
static final int MGP_OPTION_OTOA
- See Also:
- Constant Field Values
MGP_OPTION_DCS
static final int MGP_OPTION_DCS
- See Also:
- Constant Field Values
MGP_OPTION_MAXMESSAGELENGTH
static final int MGP_OPTION_MAXMESSAGELENGTH
- See Also:
- Constant Field Values
MGP_OPTION_HEADER
static final int MGP_OPTION_HEADER
- See Also:
- Constant Field Values
MGP_OPTION_KEYWORD
static final int MGP_OPTION_KEYWORD
- See Also:
- Constant Field Values
MGP_OPTION_REMOVEPREFIX
static final int MGP_OPTION_REMOVEPREFIX
- See Also:
- Constant Field Values
MGP_OPTION_QPRIORITY
static final int MGP_OPTION_QPRIORITY
- See Also:
- Constant Field Values
MGP_OPTION_XUSERNAME
static final int MGP_OPTION_XUSERNAME
- See Also:
- Constant Field Values
MGP_OPTION_MAXINSTANCES
static final int MGP_OPTION_MAXINSTANCES
- See Also:
- Constant Field Values
MGP_OPTION_AVGINSTANCES1
static final int MGP_OPTION_AVGINSTANCES1
- See Also:
- Constant Field Values
MGP_OPTION_STATIC
static final int MGP_OPTION_STATIC
- See Also:
- Constant Field Values
MGP_OPTION_MODE
static final int MGP_OPTION_MODE
- See Also:
- Constant Field Values
MGP_OPTION_DBSQL
static final int MGP_OPTION_DBSQL
- See Also:
- Constant Field Values
MGP_OPTION_DBNAME
static final int MGP_OPTION_DBNAME
- See Also:
- Constant Field Values
MGP_OPTION_DBDATA
static final int MGP_OPTION_DBDATA
- See Also:
- Constant Field Values
MGP_OPTION_CREDITS
static final int MGP_OPTION_CREDITS
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEADDRTYPE
static final int MGP_OPTION_SOURCEADDRTYPE
- See Also:
- Constant Field Values
MGP_OPTION_DESTADDRTYPE
static final int MGP_OPTION_DESTADDRTYPE
- See Also:
- Constant Field Values
MGP_OPTION_REQUIREPREFIX_SOURCEADDR
static final int MGP_OPTION_REQUIREPREFIX_SOURCEADDR
- See Also:
- Constant Field Values
MGP_OPTION_REMOVEPREFIX_SOURCEADDR
static final int MGP_OPTION_REMOVEPREFIX_SOURCEADDR
- See Also:
- Constant Field Values
MGP_OPTION_PDUSEQ
static final int MGP_OPTION_PDUSEQ
- See Also:
- Constant Field Values
MGP_OPTION_PDUSEQMAX
static final int MGP_OPTION_PDUSEQMAX
- See Also:
- Constant Field Values
MGP_OPTION_ORIGSOURCEADDR
static final int MGP_OPTION_ORIGSOURCEADDR
- See Also:
- Constant Field Values
MGP_OPTION_ORIGDESTADDR
static final int MGP_OPTION_ORIGDESTADDR
- See Also:
- Constant Field Values
MGP_OPTION_SERVICEDESCRIPTION
static final int MGP_OPTION_SERVICEDESCRIPTION
- See Also:
- Constant Field Values
MGP_OPTION_SENDERTS
static final int MGP_OPTION_SENDERTS
- See Also:
- Constant Field Values
MGP_OPTION_IMSI
static final int MGP_OPTION_IMSI
- See Also:
- Constant Field Values
MGP_OPTION_VLR
static final int MGP_OPTION_VLR
- See Also:
- Constant Field Values
MGP_OPTION_ORIGID
static final int MGP_OPTION_ORIGID
- See Also:
- Constant Field Values
MGP_OPTION_SERVICEID
static final int MGP_OPTION_SERVICEID
- See Also:
- Constant Field Values
MGP_OPTION_ACLENTRYWHOID
static final int MGP_OPTION_ACLENTRYWHOID
- See Also:
- Constant Field Values
MGP_OPTION_ACLENTRYWHEREID
static final int MGP_OPTION_ACLENTRYWHEREID
- See Also:
- Constant Field Values
MGP_OPTION_PLUGINARG
static final int MGP_OPTION_PLUGINARG
- See Also:
- Constant Field Values
MGP_OPTION_MMSDESTADDR
static final int MGP_OPTION_MMSDESTADDR
- See Also:
- Constant Field Values
MGP_OPTION_MSISDN
static final int MGP_OPTION_MSISDN
- See Also:
- Constant Field Values
MGP_OPTION_XPRIORITY
static final int MGP_OPTION_XPRIORITY
- See Also:
- Constant Field Values
MGP_OPTION_TCPSOURCEIP
static final int MGP_OPTION_TCPSOURCEIP
- See Also:
- Constant Field Values
MGP_OPTION_SENDERADDRESS
static final int MGP_OPTION_SENDERADDRESS
- See Also:
- Constant Field Values
MGP_OPTION_ORIGIN
static final int MGP_OPTION_ORIGIN
- See Also:
- Constant Field Values
MGP_OPTION_SUBMITTS
static final int MGP_OPTION_SUBMITTS
- See Also:
- Constant Field Values
MGP_OPTION_DONETS
static final int MGP_OPTION_DONETS
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGEID
static final int MGP_OPTION_MESSAGEID
- See Also:
- Constant Field Values
MGP_OPTION_INREPLYTO
static final int MGP_OPTION_INREPLYTO
- See Also:
- Constant Field Values
MGP_OPTION_REFERENCES
static final int MGP_OPTION_REFERENCES
- See Also:
- Constant Field Values
MGP_OPTION_QUOTEDREPLY
static final int MGP_OPTION_QUOTEDREPLY
- See Also:
- Constant Field Values
MGP_OPTION_QUOTEDREPLY_SEPARATOR
static final int MGP_OPTION_QUOTEDREPLY_SEPARATOR
- See Also:
- Constant Field Values
MGP_OPTION_SERVICETYPEIN
static final int MGP_OPTION_SERVICETYPEIN
- See Also:
- Constant Field Values
MGP_OPTION_SOURCEFULLNAME
static final int MGP_OPTION_SOURCEFULLNAME
- See Also:
- Constant Field Values
MGP_OPTION_CONTENTTYPE
static final int MGP_OPTION_CONTENTTYPE
- See Also:
- Constant Field Values
MGP_OPTION_CONTENTLOCATION
static final int MGP_OPTION_CONTENTLOCATION
- See Also:
- Constant Field Values
MGP_OPTION_DESTFULLNAME
static final int MGP_OPTION_DESTFULLNAME
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGEIDIN
static final int MGP_OPTION_MESSAGEIDIN
- See Also:
- Constant Field Values
MGP_OPTION_ARCORMOD
static final int MGP_OPTION_ARCORMOD
- See Also:
- Constant Field Values
MGP_OPTION_ARCORFUNC
static final int MGP_OPTION_ARCORFUNC
- See Also:
- Constant Field Values
MGP_OPTION_ARCORUNIT
static final int MGP_OPTION_ARCORUNIT
- See Also:
- Constant Field Values
MGP_OPTION_SCAADDR
static final int MGP_OPTION_SCAADDR
- See Also:
- Constant Field Values
MGP_OPTION_SCAADDRTON
static final int MGP_OPTION_SCAADDRTON
- See Also:
- Constant Field Values
MGP_OPTION_SCAADDRNPI
static final int MGP_OPTION_SCAADDRNPI
- See Also:
- Constant Field Values
MGP_OPTION_REASONTEXT
static final int MGP_OPTION_REASONTEXT
- See Also:
- Constant Field Values
MGP_OPTION_ITSSESSIONINFO
static final int MGP_OPTION_ITSSESSIONINFO
- See Also:
- Constant Field Values
MGP_OPTION_LASTDLRSECS
static final int MGP_OPTION_LASTDLRSECS
- See Also:
- Constant Field Values
MGP_OPTION_LASTDLRMSECS
static final int MGP_OPTION_LASTDLRMSECS
- See Also:
- Constant Field Values
MGP_OPTION_SMTP_RET
static final int MGP_OPTION_SMTP_RET
- See Also:
- Constant Field Values
MGP_OPTION_INSTANCES_INUSE
static final int MGP_OPTION_INSTANCES_INUSE
- See Also:
- Constant Field Values
MGP_OPTION_DESTNETWORK
static final int MGP_OPTION_DESTNETWORK
- See Also:
- Constant Field Values
MGP_OPTION_TARIFFNAME
static final int MGP_OPTION_TARIFFNAME
- See Also:
- Constant Field Values
MGP_OPTION_SMPPOPTION
static final int MGP_OPTION_SMPPOPTION
- See Also:
- Constant Field Values
MGP_OPTION_BUFFEREDSTATUS
static final int MGP_OPTION_BUFFEREDSTATUS
- See Also:
- Constant Field Values
MGP_OPTION_WAPAPPLICATION
static final int MGP_OPTION_WAPAPPLICATION
- See Also:
- Constant Field Values
MGP_OPTION_XSER_EXTRA
static final int MGP_OPTION_XSER_EXTRA
- See Also:
- Constant Field Values
MGP_OPTION_MMS_RELAY_SERVER_ID
static final int MGP_OPTION_MMS_RELAY_SERVER_ID
- See Also:
- Constant Field Values
MGP_OPTION_DLR_IN
static final int MGP_OPTION_DLR_IN
- See Also:
- Constant Field Values
MGP_OPTION_DLR_OUT
static final int MGP_OPTION_DLR_OUT
- See Also:
- Constant Field Values
MGP_OPTION_OPERATOR
static final int MGP_OPTION_OPERATOR
- See Also:
- Constant Field Values
MGP_OPTION_MESSAGE_ERROR
static final int MGP_OPTION_MESSAGE_ERROR
- See Also:
- Constant Field Values
MGP_OPTION_NETWORK_ERROR
static final int MGP_OPTION_NETWORK_ERROR
- See Also:
- Constant Field Values
MGP_OPTION_LAST
static final int MGP_OPTION_LAST
- See Also:
- Constant Field Values
MGP_PBTYPE_USER
static final int MGP_PBTYPE_USER
- See Also:
- Constant Field Values
MGP_PBTYPE_SYSTEM
static final int MGP_PBTYPE_SYSTEM
- See Also:
- Constant Field Values
MGP_ACCESS_MESSAGE
static final int MGP_ACCESS_MESSAGE
- See Also:
- Constant Field Values
MGP_ACCESS_ROUTELOG_PRIVATE
static final int MGP_ACCESS_ROUTELOG_PRIVATE
- See Also:
- Constant Field Values
MGP_ACCESS_PHONEBOOK_PRIVATE
static final int MGP_ACCESS_PHONEBOOK_PRIVATE
- See Also:
- Constant Field Values
MGP_ACCESS_ROUTELOG_PUBLIC
static final int MGP_ACCESS_ROUTELOG_PUBLIC
- See Also:
- Constant Field Values
MGP_ACCESS_PHONEBOOK_PUBLIC
static final int MGP_ACCESS_PHONEBOOK_PUBLIC
- See Also:
- Constant Field Values
MGP_ACCESS_BATCH
static final int MGP_ACCESS_BATCH
- See Also:
- Constant Field Values
MGP_ACCESS_INFO
static final int MGP_ACCESS_INFO
- See Also:
- Constant Field Values
MGP_ACCESS_REFRESH
static final int MGP_ACCESS_REFRESH
- See Also:
- Constant Field Values
MGP_ACCESS_HOLD
static final int MGP_ACCESS_HOLD
- See Also:
- Constant Field Values
MGP_ACCESS_DBEXEC
static final int MGP_ACCESS_DBEXEC
- See Also:
- Constant Field Values
MGP_GROUP_GUEST
static final int MGP_GROUP_GUEST
- See Also:
- Constant Field Values
MGP_GROUP_USER
static final int MGP_GROUP_USER
- See Also:
- Constant Field Values
MGP_GROUP_ADMIN
static final int MGP_GROUP_ADMIN
- See Also:
- Constant Field Values