Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FMultichannelTcpSender
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/MultichannelTcpSender.h |
| Include | #include "MultichannelTcpSender.h" |
void Send
&40;
const uint8 &42; Data,
int32 Count,
uint32 Channel
&41;
Remarks
Sends data through the given channel.
This method does not block on bandwidth and never fails.
Parameters
| Name | Description |
|---|---|
| Data | The buffer containing the data to send. |
| Count | The number of bytes to send from the buffer. |