Package com.sun.jna.platform.linux
package com.sun.jna.platform.linux
Provides common library mappings for Linux.
-
KlasseBeschreibungSystem error codes set in
errno
and retrieved byNative.getLastError()
POSIX Standard: 6.5 File Control Operations fromfcntl.h
LibC structures and functions unique to LinuxPOSIX.1b Realtime Extensions library (librt).Definitions for POSIX memory map interface frommman.h
libudev.h provides APIs to introspect and enumerate devices on the local system.All functions require a libudev context to operate.To introspect a local device on a system, a udev device object can be created viaUdev.UdevContext.deviceNewFromSyspath(String)
and friends.To enumerate local devices on the system, an enumeration object can be created viaUdev.UdevContext.enumerateNew()
.Whenever libudev returns a list of objects, theudev_list_entry
API should be used to iterate, access and modify those lists.Utility functions class for handling file extended attributes on Linux.