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
encodingMapperEncodingMapper
Returns
- IList<T>
Create(SmppClientBase)
Creates a list of concatenated PDUs using settings from specified
IList<T> Create(SmppClientBase client)
Parameters
clientSmppClientBase
Returns
- IList<T>