#ifndef APPCONSTANT_H #define APPCONSTANT_H enum ENUM_NET_TYPE { SERIAL, UDPServer, UDPClient, TCPServer, TCPClient }; #endif // APPCONSTANT_H