Declaration

class procedure Reply(aMsgID: TnxMsgID; aErrorCode: TnxResult; aReplyData: Pointer; aReplyDataLen: TnxWord32); virtual;

 
Description

This function is called to reply to a request

 
Parameters

aMsgID: TnxMsgID

the message id to reply to

aErrorCode: TnxResult

the error code to be returned

aReplyData: Pointer

the data to be returned

aReplyDataLen: TnxWord32

the length of aReplyData

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