tftp_common  1.3.0
tftp_common::packets::Request Member List

This is the complete list of members for tftp_common::packets::Request, including all inherited members.

getFilename() const noexcepttftp_common::packets::Requestinline
getMode() const noexcepttftp_common::packets::Requestinline
getOptionName(std::size_t Idx) const noexcepttftp_common::packets::Requestinline
getOptionValue(std::size_t Idx) const noexcepttftp_common::packets::Requestinline
getType() const noexcepttftp_common::packets::Requestinline
parse(const std::uint8_t *Buffer, std::size_t Len, Request &Packet)tftp_common::packets::Requestfriend
Request()=defaulttftp_common::packets::Request
Request(types::Type Type, std::string_view Filename, std::string_view Mode)tftp_common::packets::Requestinline
Request(types::Type Type, std::string &&Filename, std::string &&Mode) noexcepttftp_common::packets::Requestinline
Request(types::Type Type, std::string_view Filename, std::string_view Mode, const std::vector< std::string > &OptionsNames, const std::vector< std::string > &OptionsValues)tftp_common::packets::Requestinline
Request(types::Type Type, std::string &&Filename, std::string &&Mode, std::vector< std::string > &&OptionsNames, std::vector< std::string > &&OptionsValues) noexcepttftp_common::packets::Requestinline
serialize(OutputIterator It) const noexcepttftp_common::packets::Requestinline