Interface SystemConfiguration

All Superinterfaces:
com.sun.jna.Library

public interface SystemConfiguration extends com.sun.jna.Library
Allow applications to access a device’s network configuration settings. Determine the reachability of the device, such as whether Wi-Fi or cell connectivity are active.
  • Field Details

  • Method Details

    • SCNetworkInterfaceCopyAll

      com.sun.jna.platform.mac.CoreFoundation.CFArrayRef SCNetworkInterfaceCopyAll()
    • SCNetworkInterfaceGetBSDName

      com.sun.jna.platform.mac.CoreFoundation.CFStringRef SCNetworkInterfaceGetBSDName(SystemConfiguration.SCNetworkInterfaceRef netint)
    • SCNetworkInterfaceGetLocalizedDisplayName

      com.sun.jna.platform.mac.CoreFoundation.CFStringRef SCNetworkInterfaceGetLocalizedDisplayName(SystemConfiguration.SCNetworkInterfaceRef netint)