Network: Add ExtendedData to GetNetIDString

pull/56/head
Kyle Johannes 2023-06-05 15:52:29 -04:00
parent d9c12bffe7
commit 245f5089da
1 changed files with 2 additions and 0 deletions

View File

@ -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: