|
mavtables
0.2.1
MAVLink router and firewall.
|
#include <PartialSendError.hpp>


Public Member Functions | |
| PartialSendError (unsigned long bytes_sent, unsigned long total_bytes) | |
| const char * | what () const noexcept |
Exception type emitted when an interface fails to send a complete packet.
Definition at line 28 of file PartialSendError.hpp.
| PartialSendError::PartialSendError | ( | unsigned long | bytes_sent, |
| unsigned long | total_bytes | ||
| ) |
Construct a PartialSendError.
| bytes_sent | Number of bytes that were sent. |
| total_bytes | Total number of bytes in the packet. |
Definition at line 29 of file PartialSendError.cpp.
|
noexcept |
Return error message string.
Definition at line 41 of file PartialSendError.cpp.
1.8.14