Table of Contents

Class DeliverSmResp

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

Represents the response to the deliver_sm PDU.

public class DeliverSmResp : SmppResponse<DeliverSm>
Inheritance
DeliverSmResp
Inherited Members
Extension Methods

Constructors

DeliverSmResp()

public DeliverSmResp()

DeliverSmResp(SmppHeader)

public DeliverSmResp(SmppHeader header)

Parameters

header SmppHeader

DeliverSmResp(DeliverSm)

public DeliverSmResp(DeliverSm req)

Parameters

req DeliverSm

Properties

Optional

[Obsolete("User Parameters property instead of Optional.")]
public TLVCollection Optional { get; set; }

Property Value

TLVCollection

Parameters

Optional Parameters

public TLVCollection Parameters { get; set; }

Property Value

TLVCollection