Table of Contents

Class ComposerItem

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
Represents an item for MessageComposer that collects received parts of the concatenation message.
public class ComposerItem : IDisposable
Inheritance
Object
ComposerItem

Properties

Parts

public ISmppMessage[] Parts { get; }

Property Value

ISmppMessage[]

Methods

Dispose()

public void Dispose()

Finalize()

protected void Finalize()

GetFullMessage()

Gets full text for concatenated message.
public string GetFullMessage()

Returns

String
The full message.

HasAllParts()

Check if concatenated message has all parts.
public bool HasAllParts()

Returns

Boolean
True if all parts, false if not.