Declaration

procedure btDoCallBack(aReplyCallback: TnxReplyCallback; aMsgID: TnxMsgID; aErrorCode: TnxResult; aReplyData: Pointer; aReplyDataLen: Integer; aReplyCookie: Integer; aReplyCompressedSize: integer = 0);

 
Description

This function executes a callback function with the given parameters.

 
Parameters

aReplyCallback: TnxReplyCallback

the pointer to the callback function that should be called

aMsgID: TnxMsgID

the message id

aErrorCode: TnxResult

the error code to be transferred

aReplyData: Pointer

the data returned for the request

aReplyDataLen: Integer

the length of aReplyData

aReplyCookie: Integer

additional info to be returned

aReplyCompressedSize: integer = 0

the compressed data size

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxBaseTransport