SemysLinkTransmitProt |
01 | Requests to transmit data over an established link. |
02 |
void SemysLinkTransmitProt(HSemysLink link, SemysDataBuffer *pList); |
03 |
Parameters:
|
04 | Calling this function for a link that is not established will ignore the data. |
05 | The data specified by the list of SemysDataBuffer structures will be extracted and stored internally. The caller keeps the ownership of the buffers and may free the memory immediately. |
06 | For an established link, transmitting data will either cause it to be received at the link partner or a SemysLinkStatusChanged() callback follows, specifying disconnected state. |
07 |
Global Lock: Required Reference: SemysLink.h Implementation: Semys Library See Also: Link Sub-System, SemysLinkReceiveProt(), SemysLinkStatusChangedProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |