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

Create interface with options.

HPESTATUS mhpeCreateInterfaceWithOptions(
LOCATION loc,
const char *interface_name,
const HPE_OPEN_OPTIONS *options,
uint32_t size_of_options, MPEHANDLE *p_devhandle );

Parameters

loc
The location.
interface_name
Name of he interface.
options
Options for controlling the operation.
size_of_options
Size of the options.
p_devhandle
If non-null, the devhandle.

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