Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_COMMS_IP_ENUMS_HPP_
2#define IV_SRC_COMMS_IP_ENUMS_HPP_
3
4namespace iv::comms::ip
5{
6
7enum class eIpNetworkRole
8{
9 Client,
10 Server
11};
12
13}// namespace iv::comms::ip
14
15#endif//IV_SRC_COMMS_IP_ENUMS_HPP_
Definition enums.hpp:5
eIpNetworkRole
Definition enums.hpp:8