Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: NetworkInterfaces
Query Network interfaces on Mac.
Version | macOS | Windows | Linux | Server | iOS SDK |
4.3 / 8.4 | ✅ Yes | ❌ No | ✅ Yes | ✅ Yes, on macOS and Linux | ✅ Yes |
Item | Details |
---|---|
NetworkInterfaces.Count Queries number of network interfaces found. | Mac/Linux/iOS 4.3 |
NetworkInterfaces.Default Queries default network interface. | Mac/Linux/iOS 5.2 |
NetworkInterfaces.JSON Returns all network interfaces as JSON. | Mac/Linux/iOS 8.4 |
NetworkInterfaces.Update Queries current network interfaces. | Mac/Linux/iOS 4.3 |
NetworkInterfaces.Value Queries the | Mac/Linux/iOS 4.3 |
5 functions shown.
These functions require a license (100%).
Release notes
- Version 8.4
- Added NetworkInterfaces.JSON function.