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, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, 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, setStringEncoding, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic 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.Structurepublic 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.StructureCopyright © 2022. All rights reserved.