Open 3D Engine AzNetworking API Reference 26.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzNetworking::UdpHeartbeatThread Class Reference

Sends a heartbeat packet if the main-thread system tick has been blocked and unable to process packets in a while. More...

#include <UdpHeartbeatThread.h>

Inherits AzNetworking::TimedThread.

Public Member Functions

void RegisterNetworkInterface (UdpNetworkInterface *udpNetworkInterface)
 
void UnregisterNetworkInterface (UdpNetworkInterface *udpNetworkInterface)
 
- Public Member Functions inherited from AzNetworking::TimedThread
void Start ()
 Starts the thread.
 
void Stop ()
 Stops the thread.
 
void Join ()
 Joins the thread.
 
bool IsRunning () const
 
 TimedThread (const char *name, AZ::TimeMs updateRate)
 

Additional Inherited Members

Detailed Description

Sends a heartbeat packet if the main-thread system tick has been blocked and unable to process packets in a while.


The documentation for this class was generated from the following file: