libdoip  0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
DoIPNegativeAck.h File Reference
#include <stdint.h>
Include dependency graph for DoIPNegativeAck.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  DoIPNegativeAck : uint8_t {
  IncorrectPatternFormat = 0 ,
  UnknownPayloadType =1 ,
  MessageTooLarge = 2 ,
  OutOfMemory = 3 ,
  InvalidPayloadLength = 4
}
 

Enumeration Type Documentation

◆ DoIPNegativeAck

enum DoIPNegativeAck : uint8_t
strong
Enumerator
IncorrectPatternFormat 
UnknownPayloadType 
MessageTooLarge 
OutOfMemory 
InvalidPayloadLength 

Definition at line 7 of file DoIPNegativeAck.h.