C2: Add Supported Device Types"

This commit is contained in:
David Rebbe
2026-05-14 19:08:11 -04:00
committed by Kyle Schwarz
parent c3762bbf22
commit b3bb033ecb
8 changed files with 207 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@
using namespace icsneo;
typedef struct icsneoc2_supported_device_t {
DeviceType device_type;
icsneoc2_supported_device_t* next;
} icsneoc2_supported_device_t;
typedef struct icsneoc2_message_t {
std::shared_ptr<Message> message;
} icsneoc2_message_t;