DiMgslLoopModeSendDone


Prototype  
NTSTATUS DiMgslLoopModeSendDone( void *Handle );
Parameters  
Handle handle to open port
Return Value  
STATUS_SUCCESS
Loop Mode Send completion start successfully
STATUS_INVALID_PARAMETER
port is not configured for Loop Mode or a transmit is not in progress

HDLC/SDLC Loop Mode Only

A secondary station calls this function when done transmitting to release control of the loop. The transmitter stops sending idle characters and starts echoing the receive input to the transmit output.

Calling MgslCancelTransmit also places the transmitter in repeat mode, removing the need to call this function.


Previous Contents Next