INtime SDK Help
mhpeConfigOptions
INtime SDK v7.1 > About INtime > Networking and I/O > Multiprocess HPE > mhpeConfigOptions

Configures options for the interface, such as multicast packet reception. It is recommended to call this function only once after the controller is initialized with either hpeOpen or hpeOpenWithOptions and before attaching any receive buffers.

HPESTATUS mhpeConfigOptions(
MPEHANDLE ifhandle,
const HPE_CONFIG_OPTIONS *options,
uint32_t size_of_options
);

Parameters

ifhandle
The interface handle.                
options
Pointer to a HPE_CONFIG_OPTIONS structure.
size_of_options
Size of the options.    

Return Values

A HPESTATUS.

Requirements

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

HPE