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

Set the queue to receive packets that are not matched by a filter.

HPESTATUS hpeSetDefaultReceiveQueue(
    HPEHANDLE devhandle, 
    DWORD queue_index
);

Parameters

devhandle
A handle value for the device.
queue_index
The designated queue index.

Return Values

A status value indicating the success or failure of the operation:

E_OK The operation completed successfully.
E_EXIST The handle given is not a handle for an open HPE interface.
E_LIMIT The queue_index parameter is out of bounds for the current interface.
E_SUPPORT The device does not support multi-queue or filter operations.

Requirements

Versions Defined in Include Link to
INtime 6.0 (HPE3) intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also