CAIResponse Class

The structure used for this class is CAIResponse

Quick Ref

void CAIResponse::CAIResponse()

void CAIResponse::~CAIResponse()

void CAIResponse::Add(CAIResponse& res)

void CAIResponse::Add(CAIAction& action)

unsigned char CAIResponse::InListEnd(short actionID)

void CAIResponse::Read(CString data, CString source)

void CAIResponse::Set(CAIResponse& temp)


Constructors

Name

Description

CAIResponse::CAIResponse

Constructs a CAIResponse object

CAIResponse::~CAIResponse

Destroys a CAIResponse object

CAIResponse::CAIResponse

Constructs a CAIResponse object

void CAIResponse();

Remarks

Constructs a CAIResponse object


CAIResponse::~CAIResponse

Destroys the CAIResponse object

void ~CAIResponse();

Remarks

Destroys the CAIResponse object


Methods

Name

Description

CAIResponse::Add

CAIResponse::InListEnd

CAIResponse::Read

CAIResponse::Set

CAIResponse::Add

void CAIResponse::Add(CAIResponse& res);

Parameters

Remarks


CAIResponse::Add

void CAIResponse::Add(CAIAction& action);

Parameters

  • CAIAction& action - action to add to response object

Remarks


CAIResponse::InListEnd

unsigned char CAIResponse::InListEnd(short actionID);

Parameters

  • short actionID - action id to check occurs in the list

Return Value

unsigned char

Remarks


CAIResponse::Read

void CAIResponse::Read(
   CString data,
   CString source);

Parameters

  • CString data - string containing data

  • CString source - string containing source

Remarks


CAIResponse::Set

void CAIResponse::Set(CAIResponse& temp);

Parameters

Remarks