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 |
Sends a heartbeat packet if the main-thread system tick has been blocked and unable to process packets in a while.