AxMmServer.SmppServerBindMessage
In C#, VB.Net, C++ and other compiled languages the namespace for most classes is AXMMCFGLib instead of AxMmServer. For interpreted languages like VBScript, JavaScript or Powershell it is AxMmServer.
The bind message. This message originates from an SMPP Server channel if a client want to connect (login) to the SMPP Server.
This message inherits all the properties of the Message object as well.
Property | Type | Read/Write | Description |
BindType | Number | Read/Write | Type of bind |
Client | String | Read/Write | The originating client string |
SystemId | String | Read/Write | System ID |
Password | String | Read/Write | The password |
SystemType | String | Read/Write | The system type |
AddressRange | String | Read/Write | Address range |
AddressRangeNPI | Number | Read/Write | The Number Plan Indicator (NPI) for the address range |
AddressRangeTON | Number | Read/Write | The Type of Number (TON) for this address range |
Version | Number | Read/Write | Version of the bind request |
Tlvs | String | Read/Write | Any TLV’s that where included in the bind |
StatusCode | Number | Read/Write | The SMPP Status code |
BindType property
The type of bind. One of these constants.
Client property
This is a combination of the source IP address and port number.
SystemId property
This is the system ID used in the bind request.
Password property
The password used in this bind request.
SystemType property
The system type used in this bind request.
AddressRange property
The address range for this bind request. This can be a regular expression that matches multiple addresses.
AddressRangeNPI property
The Number Plan Indicator (NPI) for the address range
AddressRangeTON property
The Type of Number (TON) for this address range
Version property
Version of the bind request. Must be either 0x33 or 0x34.
Tlvs property
Any TLV’s that where included in the bind message.
StatusCode property
The SMPP Status code. This should always be 0 for and incoming bind request. When acknowledging this bind it should contain the response code that should be sent to the client.