Network: Add ExtendedData to GetNetIDString
parent
d9c12bffe7
commit
245f5089da
|
|
@ -616,6 +616,8 @@ public:
|
||||||
return "Ethernet PHY Register Control";
|
return "Ethernet PHY Register Control";
|
||||||
case NetID::ExtendedCommand:
|
case NetID::ExtendedCommand:
|
||||||
return "Extended Command";
|
return "Extended Command";
|
||||||
|
case NetID::ExtendedData:
|
||||||
|
return "Extended Data";
|
||||||
case NetID::FlexRayControl:
|
case NetID::FlexRayControl:
|
||||||
return "FlexRay Control";
|
return "FlexRay Control";
|
||||||
case NetID::HW_COM_Latency_Test:
|
case NetID::HW_COM_Latency_Test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue