Package oshi.jna.platform.mac
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.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface com.sun.jna.Librarycom.sun.jna.Library.Handler
- 
Field SummaryFieldsFields inherited from interface com.sun.jna.LibraryOPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_SYMBOL_PROVIDER, OPTION_TYPE_MAPPER
- 
Method SummaryModifier and TypeMethodDescriptioncom.sun.jna.platform.mac.CoreFoundation.CFArrayRefcom.sun.jna.platform.mac.CoreFoundation.CFStringRefcom.sun.jna.platform.mac.CoreFoundation.CFStringRef
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
SCNetworkInterfaceCopyAllcom.sun.jna.platform.mac.CoreFoundation.CFArrayRef SCNetworkInterfaceCopyAll()
- 
SCNetworkInterfaceGetBSDNamecom.sun.jna.platform.mac.CoreFoundation.CFStringRef SCNetworkInterfaceGetBSDName(SystemConfiguration.SCNetworkInterfaceRef netint) 
- 
SCNetworkInterfaceGetLocalizedDisplayNamecom.sun.jna.platform.mac.CoreFoundation.CFStringRef SCNetworkInterfaceGetLocalizedDisplayName(SystemConfiguration.SCNetworkInterfaceRef netint) 
 
-