Navigation
API > API/Runtime > API/Runtime/Sockets > API/Runtime/Sockets/FSocket
- FSocket::SendTo()
- FSocketEOS::SendTo()
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/Sockets.h |
| Include | #include "Sockets.h" |
| Source | /Engine/Source/Runtime/Sockets/Private/Sockets.cpp |
virtual bool SendTo
&40;
const uint8 &42; Data,
int32 Count,
int32 & BytesSent,
const FInternetAddr & Destination
&41;
Remarks
Sends a buffer to a network byte ordered address.
Parameters
| Name | Description |
|---|---|
| Data | The buffer to send. |
| Count | The size of the data to send. |
| BytesSent | Will indicate how much was sent. |
| Destination | The network byte ordered address to send to. |