#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 |
Public Attributes inherited from sawyer::Exception | |
| const char * | message |
Additional Inherited Members | |
Protected Member Functions inherited from sawyer::Exception | |
| Exception (const char *msg="none") | |
Definition at line 52 of file Transport.h.
| Enumerator | |
|---|---|
| ERROR_BASE | |
| NOT_CONFIGURED | |
| CONFIGURE_FAIL | |
| UNACKNOWLEDGED_SEND | |
| BAD_ACK_RESULT | |
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.
| enum errors sawyer::TransportException::type |
Definition at line 64 of file Transport.h.