Navigation
API > API/Plugins > API/Plugins/OnlineBase > API/Plugins/OnlineBase/Online > API/Plugins/OnlineBase/Online/FLanBeacon
References
| Module | OnlineBase |
| Header | /Engine/Plugins/Online/OnlineBase/Source/Public/Online/LANBeacon.h |
| Include | #include "Online/LANBeacon.h" |
| Source | /Engine/Plugins/Online/OnlineBase/Source/Private/Online/LANBeacon.cpp |
int32 ReceivePacket
&40;
uint8 &42; PacketData,
int32 BufferSize
&41;
Remarks
Called to poll the socket for pending data. Any data received is placed in the specified packet buffer
Called to poll the socket for pending data. Any data received is placed in the specified packet buffer the number of bytes read (<= 0 if none or an error)
Parameters
| Name | Description |
|---|---|
| PacketData | the buffer to get the socket's packet data |
| BufferSize | the size of the packet buffer |
| PacketData | the buffer to get the socket's packet data |
| BufferSize | the size of the packet buffer |