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

Causes the transmitter to transmit any and all frames which are ready to be sent in a given transmit endpoint.

   
HPESTATUS mhpeStartTransmitter(
    MPEHANDLE   ephandle
);

Parameters

ephandle
A Tx endpoint handle.

Return Values

A HPESTATUS value indicating the success or failure of the operation.

Status

E_OK
The operation completed successfully.
E_EXIST
The handle given is not a valid transmit endpoint handle.
E_STATE
The transmitter was not in a valid state to be started.
E_TRANSMISSION
The physical link is down; no buffers can be added to the queue.
If this condition is received, terminate any outstanding receive operation, then close the interface (hpeClose) and reinitialize the software before reopening the interface.

Requirements

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