Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FMultichannelTcpSocket
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/MultichannelTcpSocket.h |
Include | #include "MultichannelTcpSocket.h" |
int32 PollingReceive
&40;
uint8 &42; Data,
int32 MaxCount,
uint32 Channel
&41;
Remarks
Non-blocking return of available data.
Can be called from any thread, but realize that multiple threads hammering a channel at once is unlikely to give useful results. The number of bytes written into Data.
Parameters
Name | Description |
---|---|
Data | The buffer to hold the results, if any. |
MaxCount | the number of bytes in the receive buffer. |
Channel | The channel to check. |