6#include <istd/IChangeable.h>
Interface for monitoring network connection status with observable state changes.
virtual ConnectionStatus GetConnectionStatus() const =0
Get the current connection status.
ConnectionStatus
Connection status enumeration.
@ CS_CONNECTED
Connection is established and healthy.
@ CS_DISCONNECTED
Connection is unavailable or failed health check.
@ CS_UNKNOWN
Connection status unknown or not yet determined.
Server Communication and Connection Management Module.