tftp_common  1.3.0
Enumerations
tftp_common::packets::types Namespace Reference

Enumerations

enum  Type : std::uint16_t {
  ReadRequest = 0x01 , WriteRequest = 0x02 , DataPacket = 0x03 , AcknowledgmentPacket = 0x04 ,
  ErrorPacket = 0x05 , OptionAcknowledgmentPacket = 0x06
}
 Trivial File Transfer Protocol packet type. More...
 

Enumeration Type Documentation

◆ Type

enum tftp_common::packets::types::Type : std::uint16_t

Trivial File Transfer Protocol packet type.

Enumerator
ReadRequest 

Read request (RRQ) operation code.

WriteRequest 

Write request (WRQ) operation code.

DataPacket 

Data (DATA) operation code.

AcknowledgmentPacket 

Acknowledgment (ACK) operation code.

ErrorPacket 

Error (ERROR) operation code.

OptionAcknowledgmentPacket 

Option Acknowledgment (OACK) operation code.