Network: Mark Main51, OldFormat, and ReadSettings as Internal

This commit is contained in:
Paul Hollinsky
2021-05-05 02:18:22 -04:00
parent 595cc36545
commit 0006f31844
2 changed files with 6 additions and 6 deletions
+3
View File
@@ -263,10 +263,13 @@ public:
case NetID::MOST150:
return Type::MOST;
case NetID::RED:
case NetID::RED_OLDFORMAT:
case NetID::Device:
case NetID::Reset_Status:
case NetID::DeviceStatus:
case NetID::FlexRayControl:
case NetID::Main51:
case NetID::ReadSettings:
return Type::Internal;
case NetID::Invalid:
case NetID::Any: