Table of Contents

Class EnquireLinkResp

Namespace
Inetlab.SMPP.PDU
Assembly
cs.temp.dll.dll
Represents the response to the enquire_link PDU.
public class EnquireLinkResp : SmppResponse<EnquireLink>
Inheritance
Object
EnquireLinkResp
Inherited Members

Constructors

EnquireLinkResp()

public EnquireLinkResp()

EnquireLinkResp(CommandStatus, UInt32)

public EnquireLinkResp(CommandStatus status, uint sequence)

Parameters

status CommandStatus
sequence UInt32
public EnquireLinkResp(EnquireLink elp)

Parameters

elp EnquireLink

EnquireLinkResp(SmppPDU)

public EnquireLinkResp(SmppPDU head)

Parameters

head SmppPDU