Table of Contents

Interface IBuilder<T>

Namespace
Inetlab.SMPP.Builders
Assembly
cs.temp.dll.dll
public interface IBuilder<T>

Type Parameters

T

Methods

Create(EncodingMapper)

Creates a list of concatenated PDUs using settings from specified
IList<T> Create(EncodingMapper encodingMapper)

Parameters

encodingMapper EncodingMapper

Returns

IList<T>

Create(SmppClientBase)

Creates a list of concatenated PDUs using settings from specified
IList<T> Create(SmppClientBase client)

Parameters

client SmppClientBase

Returns

IList<T>