|
Serveur OPCUA générique
|
Aller à la documentation de ce fichier.
11 #define SOCKET_PERMANENT 1
12 #define SOCKET_TEMPORAIRE 0
14 namespace CTA_Hardware {
17 Socket(std::string address,
int port,
int protocol);
22 int Swrite(std::string buf);
38 #endif // end SOCKET_H