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

Returns the name and handle of the interface referenced by index at the given location.

HPESTATUS mhpeEnumInterfaces(
    LOCATION    loc,
    uint32_t    t_index,
char *if_name,
MPEHANDLE *p_ifhandle
);

Parameters

loc
The location of the node where the master process resides.
index
Index of the interface to retrieve the handle.
if_name
The name of the interface retrieved.
p_ifhandle
A pointer to a location to return the ifhandle for the interface.

Return Values

A HPESTATUS

Requirements

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