Table of Contents

Class QuerySm

Namespace
Inetlab.SMPP.PDU
Assembly
Inetlab.SMPP.dll

Query the status of a previously submitted short message

public class QuerySm : SmppRequest<QuerySmResp>
Inheritance
QuerySm
Inherited Members
Extension Methods

Constructors

QuerySm()

public QuerySm()

QuerySm(SmppHeader)

public QuerySm(SmppHeader header)

Parameters

header SmppHeader

Properties

MessageId

Message ID of the message whose state is to be queried.

public string MessageId { get; set; }

Property Value

string

SourceAddress

Address of message originator.

public SmeAddress SourceAddress { get; set; }

Property Value

SmeAddress

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.