Table of Contents

Class CancelSmResp

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Represents the response to the CANCEL_SM PDU.
public class CancelSmResp : SmppResponse<CancelSm>
Inheritance
Object
CancelSmResp
Inherited Members

Constructors

CancelSmResp()

public CancelSmResp()

CancelSmResp(CommandStatus, UInt32)

public CancelSmResp(CommandStatus status, uint sequence)

Parameters

status CommandStatus
sequence UInt32

CancelSmResp(CancelSm)

public CancelSmResp(CancelSm req)

Parameters

req CancelSm