Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSimpleAbstractSocket
- FSimpleAbstractSocket::Send()
- FSimpleAbstractSocket_FSocket::Send()
- FSimpleAbstractSocket_FMultichannelTCPSocket::Send()
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/NetworkMessage.h |
Include | #include "NetworkMessage.h" |
bool Send
&40;
const uint8 &42; Buffer,
int32 Size
&41; const
Remarks
Send bytes out the socket true if read is successful
Parameters
Name | Description |
---|---|
Buffer | Buffer containing bytes to send |
Size | Number of bytes to send |