SemysGathTransmit1Prot

01 Transmits data properly framed via a connection.
02

void SemysGathConnTransmit1Prot(HSemysConn conn, SemysDataBuffer *pBufList);

03 Parameters:
  • conn: The connection to send the framed data to.
  • pBufList: The raw data.
04 This function is a shortcut for the general SemysGathConnTransmitNProt() function that requires a list of SemysConnReference structures.
See description of this function for details.
05 Global Lock: Required
Reference: SemysGatherer.h
Implementation: Semys Library
See Also: Gatherer Sub-System, SemysGathConnTransmitNProt()

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