Class Udp
ClassList > Udp
Inherits the following classes: IPollSink
Classes
Public Functions
Public Functions inherited from IPollSink
See IPollSink
Protected Attributes
Protected Functions
| Type |
Name |
| void |
Log (const char * fmt, ...)
|
Public Functions Documentation
function Init
void Udp::Init (
Poll * p,
Callbacks * callbacks,
ConnectionManager * connection_manager
)
function OnLoopPoll
virtual bool Udp::OnLoopPoll (
void * cookie
)
Implements IPollSink::OnLoopPoll
function SendTo
void Udp::SendTo (
char * buffer,
int len,
int flags,
int connection_id
)
function Udp
function ~Udp
Protected Attributes Documentation
variable _callbacks
Callbacks* Udp::_callbacks;
variable _connection_manager
ConnectionManager* Udp::_connection_manager;
variable _poll
Protected Functions Documentation
function Log
void Udp::Log (
const char * fmt,
...
)
The documentation for this class was generated from the following file C:/Users/wistf/Unreal Projects/NightSkyEngine/Plugins/NightSkyEngine/Source/GGPOUE4/Private/network/udp.h