Class TCAP_End: public TCAP_Dialogue

Purpose

The purpose of the TCAP_End message class is to define the basic interface for terminating TCAP transactions. The class implements both TCPPT_TC_END (ITU), and TCPPT_TC_RESP (ANSI) dialogues. The user terminates a TCAP transaction through the TCAP_End message.

Summary of Methods

The TCAP_End message class includes the following methods:

// Prearranged end

bool IsPreArrangedEnd() const;

void SetPreArrangedEnd(bool onOff);

IsPreArrangedEnd()

Description

This method returns a Boolean indicating if this is the prearranged end.

Syntax

bool IsPreArrangeEnd() const;

Input Parameters, Input/Output Parameters, & Output Parameters

None

Return Value

true: if this is the prearranged end

false: if this is not the prearranged end

SetPreArrangedEnd()

Description

This method allows the user to set the end message for this dialogue primitive with prearranged end or basic end.

Syntax

void SetPreArrangedEnd(bool onOff);

Input Parameters

onOff (true false)

Input/Output Parameters and Output Parameters

None

Return Value

None