OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
Network.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
10
11#include <string>
12
13namespace ot {
14
16 namespace net {
17
22 OT_SYS_API_EXPORT unsigned long checkTCPConnection(port_t _port, const char * _ip);
23
25 OT_SYS_API_EXPORT std::wstring getLastError(void);
26 }
27}
#define OT_SYS_API_EXPORT
Definition SystemAPIExport.h:11
OT_SYS_API_EXPORT std::wstring getLastError(void)
Will return the last error text.
Definition Network.cpp:93
OT_SYS_API_EXPORT unsigned long checkTCPConnection(port_t _port, const char *_ip)
Will check if a TCP connection can be established.
Definition Connector.h:8
unsigned short int port_t
Port number type.
Definition SystemTypes.h:15