summaryrefslogtreecommitdiff
path: root/interface/vsomeip/enumeration_types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'interface/vsomeip/enumeration_types.hpp')
-rw-r--r--interface/vsomeip/enumeration_types.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface/vsomeip/enumeration_types.hpp b/interface/vsomeip/enumeration_types.hpp
index 74358c6..1f83b81 100644
--- a/interface/vsomeip/enumeration_types.hpp
+++ b/interface/vsomeip/enumeration_types.hpp
@@ -63,6 +63,12 @@ enum class routing_state_e : uint8_t {
RS_UNKNOWN = 0xFF
};
+enum class offer_type_e : uint8_t {
+ OT_LOCAL = 0x00,
+ OT_REMOTE = 0x01,
+ OT_ALL = 0x02,
+};
+
} // namespace vsomeip
#endif // VSOMEIP_ENUMERATION_TYPES_HPP