Element index for package adapter.protocol.send

Indexes by package:
sdk.client
PHPSDK
sdk
sdk.server
adapter.socket
sdk.protocol.receive
adapter.protocol.receive
adapter.protocol
base

Index of all elements
c e g i p s t _
  top
_
$__currentTagin file SendResponse.php, variable SendResponse::$__currentTag
    Current tag when processing the XML
$__errorCodein file SendResponse.php, variable SendResponse::$__errorCode
    Error code for the Response
$__errorMsgin file SendResponse.php, variable SendResponse::$__errorMsg
    Error message for the Response
$__messageIdin file SendResponse.php, variable SendResponse::$__messageId
    Message id for this Response
$__rawin file SendResponse.php, variable SendResponse::$__raw
    Raw data representing the Response (XML)
$__smsin file SendRequest.php, variable SendRequest::$__sms
    The SMS object for this Request
$__statusin file SendResponse.php, variable SendResponse::$__status
    Status of the Response
$__typein file SendResponse.php, variable SendResponse::$__type
    Type of Response
  top
c
characterDatain file SendResponse.php, method SendResponse::characterData()
  top
e
endElementin file SendResponse.php, method SendResponse::endElement()
  top
g
getErrorCodein file SendResponse.php, method SendResponse::getErrorCode()
    Returns the error-code for the message if unsuccessful send.
getErrorMessagein file SendResponse.php, method SendResponse::getErrorMessage()
    Returns the error-message for the message if unsuccessful send.
getMessageIdin file SendResponse.php, method SendResponse::getMessageId()
    Returns the message-id for the message if successful send.
getResponseTypein file SendResponse.php, method SendResponse::getResponseType()
    Returns the response-type for the sent message
getStatusin file SendResponse.php, method SendResponse::getStatus()
    Returns the status of the response which is one of STATUS_SUCCESS or STATUS_FAIL.
  top
i
  top
p
parsein file SendResponse.php, method SendResponse::parse()
    Parses the response from the gateway.
parseAttributesin file SendResponse.php, method SendResponse::parseAttributes()
    Parses the attributes for the current tag
  top
s
$STATUS_FAILin file SendResponse.php, variable SendResponse::$STATUS_FAIL
    Constant for defining this Response as failed.
$STATUS_SUCCESSin file SendResponse.php, variable SendResponse::$STATUS_SUCCESS
    Constant for defining this Response as successful
SendRequest.phpprocedural page SendRequest.php
SendResponse.phpprocedural page SendResponse.php
SendRequestin file SendRequest.php, class SendRequest
    $Id: SendRequest.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
SendRequestin file SendRequest.php, method SendRequest::SendRequest()
    Creates a new Request to send an SMS message.
SendResponsein file SendResponse.php, method SendResponse::SendResponse()
    Creates a new SendResponse, if param $xml is provided the response is parsed. If $xml is omitted, an empty SendResponse is created.
SendResponsein file SendResponse.php, class SendResponse
    $Id: SendResponse.php,v 1.1.1.1 2003/03/27 10:27:42 maro Exp $
setErrorCodein file SendResponse.php, method SendResponse::setErrorCode()
    Sets the error-code for the message in case of failure.
setErrorMessagein file SendResponse.php, method SendResponse::setErrorMessage()
    Sets the error-message for the message in case of failure.
setMessageIdin file SendResponse.php, method SendResponse::setMessageId()
    Sets the message-id for the message
setResponseTypein file SendResponse.php, method SendResponse::setResponseType()
    Sets the response type for the message
setStatusin file SendResponse.php, method SendResponse::setStatus()
    Sets the status of the response
startElementin file SendResponse.php, method SendResponse::startElement()
  top
t
toXMLin file SendResponse.php, method SendResponse::toXML()
    Serializes the response into an XML string.
toXMLin file SendRequest.php, method SendRequest::toXML()
    Serializes this Request into an XML string.