Link :: TransmitProt

01 Requests to transmit data over the link.
02

[C++] void TransmitProt(void const *pData, uint32 dataSize);
[C#] void TransmitProt(byte[] data);

03 Parameters:
  • pData / data: The data to send.
  • dataSize: How many bytes to send.
04 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Link Sub-System, Link

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