Table of Contents

Interface IDestinationAddressBuilder<TBuilder>

Namespace
Inetlab.SMPP.Builders
Assembly
Inetlab.SMPP.dll
public interface IDestinationAddressBuilder<TBuilder>

Type Parameters

TBuilder

Methods

To(SmeAddress)

TBuilder To(SmeAddress address)

Parameters

address SmeAddress

Returns

TBuilder

To(string)

Specifies destination address with automatic detection of TON and NPI

TBuilder To(string destAddr)

Parameters

destAddr string

Returns

TBuilder

To(string, AddressTON, AddressNPI)

Specifies destination address with TON and NPI

TBuilder To(string destAddr, AddressTON ton, AddressNPI npi)

Parameters

destAddr string
ton AddressTON
npi AddressNPI

Returns

TBuilder