libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
networkstate.h
Go to the documentation of this file.
1
23#ifndef NETWORKSTATE_H
24#define NETWORKSTATE_H
25
26namespace Nickvision::Network
27{
31 enum class NetworkState
32 {
33 Disconnected = 0,
36 };
37}
38
39#endif //NETWORKSTATE_H
Definition curleasy.h:33
NetworkState
States of a network connection.
Definition networkstate.h:32
@ ConnectedGlobal
The network is connected globally.
@ ConnectedLocal
The network is connected locally.
@ Disconnected
The network is disconnected.