Data Events


Data events record transmitted and received data. In HDLC mode the data is a single HDLC frame. In asynchronous mode the data is one or more characters.

DataEvent_TransmitData Contains transmit data recorded when MgslTransmit is called.
  Length field indicates byte count of data.
  EventData contains contents of transmit data.
DataEvent_ReceiveData Contains received data recorded when MgslReceive call completes.
  Length field indicates byte count of data.
  EventData contains contents of receive data.


Previous Contents Next