libnick 2025.7.3
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
networkstate.h
Go to the documentation of this file.
1
22
23#ifndef NETWORKSTATE_H
24#define NETWORKSTATE_H
25
26namespace Nickvision::Network
27{
37}
38
39#endif //NETWORKSTATE_H
Definition addressfamily.h:11
NetworkState
States of a network connection.
Definition networkstate.h:32
@ ConnectedGlobal
The network is connected globally.
Definition networkstate.h:35
@ ConnectedLocal
The network is connected locally.
Definition networkstate.h:34
@ Disconnected
The network is disconnected.
Definition networkstate.h:33