mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
RAD-A2B: Add netID to string support
This commit is contained in:
@@ -542,6 +542,10 @@ public:
|
|||||||
return "I2C 4";
|
return "I2C 4";
|
||||||
case NetID::Ethernet2:
|
case NetID::Ethernet2:
|
||||||
return "Ethernet 2";
|
return "Ethernet 2";
|
||||||
|
case NetID::A2B1:
|
||||||
|
return "A2B 1";
|
||||||
|
case NetID::A2B2:
|
||||||
|
return "A2B 2";
|
||||||
case NetID::Any:
|
case NetID::Any:
|
||||||
case NetID::Invalid:
|
case NetID::Invalid:
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user