LicensingUtilsGetMacAddresses Method |
Retrieves MAC addresses from a text block produced by the ice.NET
license manager or ipconfig /all.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static List<Pair<string, string>> GetMacAddresses(
string text
)
Parameters
- text
- Type: SystemString
The text block.
Return Value
Type:
ListPairString,
String
A list of MAC and IP address combinations. The second field is
only filled if IP address is available.
See Also