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

Class: Net_SMPP_Command_Vendor_mBlox_data_sm

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

Class Overview

Net_SMPP_Command_data_sm
   |
   --Net_SMPP_Command_Vendor_mBlox_data_sm

mBlox data_sm class


Author(s):

Version:

  • CVS: $Revision: 297889 $

Copyright:

  • (c) Copyright 2005 WebSprockets, LLC.

Variables


Inherited Variables

Inherited Methods


Class Details

[line 44]
mBlox data_sm class

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



[ Top ]


Class Variables

$mblox_operator =

[line 72]

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 92]

mBlox session ID

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


Type:   string


[ Top ]

$mblox_tariff =

[line 82]

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 100]

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.