tftp_common  1.3.0
Public Attributes | List of all members
tftp_common::packets::ParseResult Struct Reference

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...
 

Detailed Description

The result of parsing a single packet.

Member Data Documentation

◆ BytesRead

std::size_t tftp_common::packets::ParseResult::BytesRead

count of bytes read

◆ Success

bool tftp_common::packets::ParseResult::Success

if the parsing was successful


The documentation for this struct was generated from the following file: