tftp_common
1.3.0
|
This is the complete list of members for tftp_common::packets::Error, including all inherited members.
Error()=default | tftp_common::packets::Error | |
Error(std::uint16_t ErrorCode, std::string_view ErrorMessage) | tftp_common::packets::Error | inline |
Error(std::uint16_t ErrorCode, std::string &&ErrorMessage) | tftp_common::packets::Error | inline |
getErrorCode() const noexcept | tftp_common::packets::Error | inline |
getErrorMessage() const noexcept | tftp_common::packets::Error | inline |
getType() const noexcept | tftp_common::packets::Error | inline |
parse(const std::uint8_t *Buffer, std::size_t Len, Error &Packet) | tftp_common::packets::Error | friend |
serialize(OutputIterator It) const noexcept | tftp_common::packets::Error | inline |