libnick
2025.1.0
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
include
network
socketpurpose.h
Go to the documentation of this file.
1
#ifndef SOCKETPURPOSE_H
2
#define SOCKETPURPOSE_H
3
4
namespace
Nickvision::Network
5
{
9
enum class
SocketPurpose
10
{
11
Server
,
12
Client
13
};
14
}
15
16
#endif
// SOCKETPURPOSE_H
Nickvision::Network
Definition
addressfamily.h:11
Nickvision::Network::SocketPurpose
SocketPurpose
Purposes of sockets.
Definition
socketpurpose.h:10
Nickvision::Network::SocketPurpose::Client
@ Client
Nickvision::Network::SocketPurpose::Server
@ Server
Generated by
1.12.0