Declaration

procedure Request(aTransportID: TnxTransportID; aSessionID: TnxSessionID; aMsgID: TnxMsgID; aTimeOut: Integer; aRequestData: Pointer; aRequestDataLen: TnxWord32; aReplyCallback: TnxReplyCallback; aReplyCookie: Integer); override;

 
Description

This functions sends a request and waits for the answer.

 
Parameters

aTransportID: TnxTransportID

generally the current transport id

aSessionID: TnxSessionID

the session id

aMsgID: TnxMsgID

the message id

aTimeOut: Integer

timeout in msec

aRequestData: Pointer

the data of the broadcast request

aRequestDataLen: TnxWord32

the length of aRequestData

aReplyCallback: TnxReplyCallback

the callback function to be called once the reply arrived.

aReplyCookie: Integer

additional information received.

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