Table of Contents

Class AlertNotification

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

This message is sent by the SMSC to the ESME, when the SMSC has detected that a particular mobile subscriber has become available and a delivery pending flag DPFParameter had been set for that subscriber from a previous DataSm operation

public class AlertNotification : SmppRequest
Inheritance
AlertNotification
Inherited Members
Extension Methods

Constructors

AlertNotification()

public AlertNotification()

AlertNotification(SmppHeader)

public AlertNotification(SmppHeader header)

Parameters

header SmppHeader

Properties

EsmeAddress

Address of ESME which requested an alert on a particular MS becoming available.

public SmeAddress EsmeAddress { get; set; }

Property Value

SmeAddress

Optional

public TLVCollection Optional { get; }

Property Value

TLVCollection

SourceAddress

Address of MS which has become available.

public SmeAddress SourceAddress { get; set; }

Property Value

SmeAddress