VerifyResponse (Method)

Overview

Type:

Interface

Available as of:

V1.0.2.0

Inherits from:

-

Description

When the interface is registered as callback, this method is executed after the response from the proxy server was received. It allows to inspect the response message and to modify the result of the verification of the response.

Interface

Input

Data type

Description

i_pbyMessage

POINTER TO BYTE

Pointer to the response message received from the server.

i_uiMsgLength

UINT

Indicates the actual length of the message.

Input

Data type

Description

iq_etResult

ET_Result

Indicates the result of the verification of the response. Any value unequal to Ok will result in an abort of establishing a connection.