|
libdoip
0.1.0
DoIP (Diagnostics over Internet Protocol) ISO 13400 C++17 Library
|
#include <stdint.h>

Go to the source code of this file.
Enumerations | |
| enum class | DoIPNegativeAck : uint8_t { IncorrectPatternFormat = 0 , UnknownPayloadType =1 , MessageTooLarge = 2 , OutOfMemory = 3 , InvalidPayloadLength = 4 } |
|
strong |
| Enumerator | |
|---|---|
| IncorrectPatternFormat | |
| UnknownPayloadType | |
| MessageTooLarge | |
| OutOfMemory | |
| InvalidPayloadLength | |
Definition at line 7 of file DoIPNegativeAck.h.