Declaration

TnxReplyCallback = procedure (aMsgID : TnxMsgID; aErrorCode : TnxResult; aReplyData : Pointer; aReplyDataLen : Integer; aReplyCookie : Integer);

 
Description

Definition for the callback functions used by the transports.

 
Parameters

aMsgId

the Message ID that triggered the callback

aErrorCode

the error code for the message

aReplyData

the data returned to the request

aReplyDataLen

the length of aReplyData

aReplyCookie

additional information transferred

 
File

 
nxllTransport

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Types