|
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 | DoIPRoutingActivationType : uint8_t { Default = 0 , DiagnosticCommRequired = 1 , CentralSecurity = 0xE0 } |
Functions | |
| constexpr std::optional< DoIPRoutingActivationType > | toRoutingActivationType (uint8_t value) noexcept |
|
strong |
| Enumerator | |
|---|---|
| Default | |
| DiagnosticCommRequired | |
| CentralSecurity | |
Definition at line 7 of file DoIPRoutingActivationType.h.
|
constexprnoexcept |
Definition at line 15 of file DoIPRoutingActivationType.h.
References CentralSecurity, and Default.