Net_SMPP
[ class tree: Net_SMPP ] [ index: Net_SMPP ] [ all elements ]

Class: Net_SMPP_Command_Vendor_mBlox_submit_sm

Source Location: /Net_SMPP-0.4.5/Net/SMPP/Vendor/mBlox/submit_sm.php

Class Overview

Net_SMPP_Command_submit_sm
   |
   --Net_SMPP_Command_Vendor_mBlox_submit_sm

mBlox submit_sm class


Author(s):

Version:

  • CVS: $Revision: 297889 $

Copyright:

  • (c) Copyright 2005 WebSprockets, LLC.

Variables


Inherited Variables

Inherited Methods


Class Details

[line 44]
mBlox submit_sm class

This is the class which has mBlox-specific optional paramater definitions.



[ Top ]


Class Variables

$data_coding =  NET_SMPP_ENCODING_ISO88591

[line 71]

Defines the encoding scheme of the short message user data.

mBlox has different defaults for different countries; the US defaults to GSM encoding, while Europe defaults to ISO-8859-1. We set it to ISO-8850-1 here to avoid things breaking when delivering to different countries.


Type:   int


[ Top ]

$mblox_operator =

[line 83]

mBlox operator specification

This contains an internal mBlox carrier id, and must be set correctly for the message to be delivered. Set it to one of the NET_SMPP_MBLOX_OPERATOR_* constants.


Type:   string


[ Top ]

$mblox_sessionid =

[line 103]

mBlox session ID

This is required for some PSMS implementations. Check the mBlox documentation.


Type:   string


[ Top ]

$mblox_tariff =

[line 93]

mBlox PSMS tariff

If non-zero, this determines the amount which will be charged to the recipient's wireless bill.


Type:   string


[ Top ]

$service_type =  3115

[line 60]

SMS application associated with this message

This is the service_type required by mBlox.


Type:   string


[ Top ]

$vendor =  'mBlox'

[line 51]

The vendor this class belongs to

Type:   string


[ Top ]

$_vdefs = array(
        'mblox_tariff' => array(
            'type' => 'ostring',
            'max' => 5
        ),'mblox_operator'=>array('type'=>'ostring','size'=>5),'mblox_sessionid'=>array('type'=>'string','size'=>45))

[line 111]

Vendor definitions
  • Access: protected

Type:   array


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:37:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.