Table of Contents

Class UnBindResp

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Represents the response to the unbind PDU.
public class UnBindResp : SmppResponse<UnBind>
Inheritance
Object
UnBindResp
Inherited Members

Constructors

UnBindResp()

public UnBindResp()

UnBindResp(CommandStatus, UInt32)

public UnBindResp(CommandStatus status, uint sequence)

Parameters

status CommandStatus
sequence UInt32

UnBindResp(UnBind)

public UnBindResp(UnBind req)

Parameters

req UnBind