Uses of Interface
oshi.jna.platform.unix.CLibrary
-
Packages that use CLibrary Package Description oshi.jna.platform.linux Provides extensions of JNA libraries for Linux.oshi.jna.platform.mac Provides extensions of JNA libraries for macOS.oshi.jna.platform.unix Provides extensions of JNA libraries for Unix. -
-
Uses of CLibrary in oshi.jna.platform.linux
Subinterfaces of CLibrary in oshi.jna.platform.linux Modifier and Type Interface Description interface
LinuxLibc
Linux C Library. -
Uses of CLibrary in oshi.jna.platform.mac
Subinterfaces of CLibrary in oshi.jna.platform.mac Modifier and Type Interface Description interface
SystemB
System class. -
Uses of CLibrary in oshi.jna.platform.unix
Subinterfaces of CLibrary in oshi.jna.platform.unix Modifier and Type Interface Description interface
AixLibc
C library.interface
FreeBsdLibc
C library.interface
OpenBsdLibc
C library.interface
SolarisLibc
C library.
-