Table of Contents

Class SmeAddress

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll
public class SmeAddress : IAddress
Inheritance
SmeAddress
Implements
Inherited Members

Constructors

SmeAddress()

public SmeAddress()

SmeAddress(string)

public SmeAddress(string address)

Parameters

address string

SmeAddress(string, AddressTON, AddressNPI)

public SmeAddress(string address, AddressTON ton, AddressNPI npi)

Parameters

address string
ton AddressTON
npi AddressNPI

Properties

Address

Specifies the address value

public string Address { get; set; }

Property Value

string

NPI

The Numeric Plan Indicator (NPI) to to be used in the address parameters

public AddressNPI NPI { get; set; }

Property Value

AddressNPI

TON

The Type of Number (TON) to be used in the address parameters

public AddressTON TON { get; set; }

Property Value

AddressTON

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.