ReceiveReady


Prototype  
void ReceiveReady( void *Context );
Parameters  
Context
Application defined context
Return Value  
None  

Called by the API when a complete HDLC frame has been received, or when any asynchronous data has been received. The client driver usually calls DiMgslReceive in response to retrieve the data from the API buffers.


Previous Contents Next