tftp_common
1.3.0
|
The result of parsing a single packet. More...
#include <parsers.hpp>
Public Attributes | |
bool | Success |
if the parsing was successful More... | |
std::size_t | BytesRead |
count of bytes read More... | |
The result of parsing a single packet.
std::size_t tftp_common::packets::ParseResult::BytesRead |
count of bytes read
bool tftp_common::packets::ParseResult::Success |
if the parsing was successful