public static class LinuxHelper.utsname
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
static int |
_UTSNAME_LENGTH |
byte[] |
domainname
NIS or YP domain name
|
byte[] |
machine
Name of the hardware type the system is running on.
|
byte[] |
nodename
Name of this node on the network.
|
byte[] |
release
Current release level of this implementation.
|
byte[] |
sysname
Name of the implementation of the operating system.
|
byte[] |
version
Current version level of this release.
|
Constructor and Description |
---|
utsname() |
Modifier and Type | Method and Description |
---|---|
String |
getDomainname() |
protected List |
getFieldOrder() |
String |
getMachine() |
String |
getNodename() |
String |
getRealeaseVersion() |
String |
getRelease() |
String |
getSysname() |
String |
getVersion() |
String |
toString() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField, writeField
public static final int _UTSNAME_LENGTH
public byte[] sysname
public byte[] nodename
public byte[] release
public byte[] version
public byte[] machine
public byte[] domainname
protected List getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
public String getSysname()
public String getNodename()
public String getRelease()
public String getRealeaseVersion()
public String getVersion()
public String getMachine()
public String getDomainname()
public String toString()
toString
in class com.sun.jna.Structure
Copyright © 2016. All rights reserved.