SemysCreateLinearDataBuffer

01 Allocates a single SemysDataBuffer from a list of buffers.
02

SemysDataBuffer *SemysCreateLinearDataBuffer(SemysDataBuffer *pList);

03 Parameters:
  • pList: A list of SemysDataBuffer structures (linked via the mpNext members).
04 Return Values:
The allocated SemysDataBuffer containing the sequentially listed data.
05 This function is especially usefull for an asynchronous connection that needs to take over an arbitrary list of data buffers which are to be transmitted.
06 Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysDestroyDataBuffer()

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