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