Gets information from a request.
a0tError a0GetRequestData( | | | |
| a0tRequest | *request, | |
| a0tRequestData | *data );
| |
Name | rd/wr | Description |
request | read | Request of a completed receive. |
data | write | Structure containing the information. |
This function must be used after completion of a probe or a receive request. It stores in the field data->source the source node of the send that matched the request, useful when doing probe or receive from A0AnySource. It also stores in the field data->size the number of bytes received.
Error Code | Description |
A0Err...Some error occurred. | |
A0ErrOkSuccessful completion. | |
a0Probe() a0IProbe() a0Receive() a0IReceive() a0ReceiveBuffer() a0IReceiveBuffer() a0WaitRequest()