We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf6658 commit d6b863aCopy full SHA for d6b863a
nanoFramework.System.Net/NetworkInformation/NetworkInterfaceType.cs
@@ -15,7 +15,9 @@ namespace System.Net.NetworkInformation
15
public enum NetworkInterfaceType
16
{
17
/////////////////////////////////////////////////////////////////////////////////////////////
18
- // NEED TO KEEP THESE IN SYNC WITH native 'NetworkInterfaceType' enum in nanoHAL_Network.h //
+ // NEED TO KEEP THESE IN SYNC WITH: //
19
+ // native 'NetworkInterfaceType' enum in nanoHAL_Network.h //
20
+ // debugger lib: NetworkInterfaceType.cs //
21
22
23
/// <summary>
0 commit comments