00001 #ifndef QRK_C_SERIAL_ERRNO_H 00002 #define QRK_C_SERIAL_ERRNO_H 00003 00013 enum { 00014 SerialNoError = 0, 00015 SerialNotImplemented = -1, 00016 SerialConnectionFail = -2, 00017 SerialSendFail = -3, 00018 SerialRecvFail = -4, 00019 SerialSetBaudrateFail = -5, 00021 /* !!! */ 00022 }; 00023 00024 #endif /* !QRK_C_SERIAL_ERRNO_H */
1.7.6.1-20120122