SemysTransConnTransmitProt

01 This function will be called as callback from the sub-system on behalf of SemysConnTransmitProt().
02

typedef void (*SemysTransConnTransmitProt)(HSemysTransport trans, HSemysConn conn, SemysDataBuffer *pList);

03 Parameters:
  • trans: Handle to the transporter interface.
  • conn: Handle to the connection that should transmit the data (= Pointer to a SemysConnection structure).
  • pList: List of SemysDataBuffer structures that was passed to the SemysConnTransmitProt() function.
04 This typedef is a placeholder for the actual transporter provided callback function.
05 The transporter should copy the provided data into an internal buffer, signal the connection thread to transmit new data and return immediately.
06 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysConnTransmitProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.