INtime SDK Help
hpeReturnReceiveBuffer
INtime SDK v7.1 > About INtime > Networking and I/O > High-Performance Ethernet > hpeReturnReceiveBuffer

This call is an alias for hpeReturnReceiveQueueBuffer with queue_index set to 0.

HPESTATUS hpeReturnReceiveBuffer(
    HPEHANDLE devhandle, 
    HPEBUFFER *buffer_ptr
);

Parameters

devhandle
A handle value for the device.
buffer_ptr
A pointer to a HPEBUFFER returned by hpeGetReceiveBuffer.

Return Values

A status value indicating the success or failure of the operation. This may be one of the following:

E_OK The operation completed successfully.
E_EXIST The handle given is not a handle for a HPE interface.
E_PARAM The buffer_ptr is not valid.

Requirements

Versions Defined in Include Link to
INtime 4.2 intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also