Serial-TCP/IPbridge  1.0
error.h
Go to the documentation of this file.
1 
12 #ifndef ERROR_H
13 #define ERROR_H
14 
15 #include <string>
16 
28 std::string errnoToString(int errNum);
29 
30 #endif // #ifndef ERROR_H
31 
32 // End of file error.h
std::string errnoToString(int errNum)
Transforms the selected errno number into a string that represents the error.