From 245f5089da16e522abb00e3ed401cac2676a52d9 Mon Sep 17 00:00:00 2001 From: Kyle Johannes Date: Mon, 5 Jun 2023 15:52:29 -0400 Subject: [PATCH] Network: Add ExtendedData to GetNetIDString --- include/icsneo/communication/network.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/icsneo/communication/network.h b/include/icsneo/communication/network.h index 02676f0..2d6dc22 100644 --- a/include/icsneo/communication/network.h +++ b/include/icsneo/communication/network.h @@ -616,6 +616,8 @@ public: return "Ethernet PHY Register Control"; case NetID::ExtendedCommand: return "Extended Command"; + case NetID::ExtendedData: + return "Extended Data"; case NetID::FlexRayControl: return "FlexRay Control"; case NetID::HW_COM_Latency_Test: