#include <Transport.h>
Public Types | |
enum | errors { ERROR_BASE, NOT_CONFIGURED, CONFIGURE_FAIL, UNACKNOWLEDGED_SEND, BAD_ACK_RESULT } |
Public Member Functions | |
TransportException (const char *msg, enum errors ex_type=ERROR_BASE) | |
Public Attributes | |
enum errors | type |
Definition at line 52 of file Transport.h.
Definition at line 55 of file Transport.h.
sawyer::TransportException::TransportException | ( | const char * | msg, |
enum errors | ex_type = ERROR_BASE |
||
) |
Definition at line 76 of file Transport.cpp.
Definition at line 64 of file Transport.h.