Package oshi.jna.platform.mac
Class SystemB.Pri
- java.lang.Object
-
- com.sun.jna.Structure
-
- com.sun.jna.Union
-
- oshi.jna.platform.mac.SystemB.Pri
-
- Enclosing interface:
- SystemB
public static class SystemB.Pri extends com.sun.jna.Union
Union for TCP or internet socket info
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
max_size
SystemB.InSockInfo
pri_in
SystemB.TcpSockInfo
pri_tcp
-
Constructor Summary
Constructors Constructor Description Pri()
-
Method Summary
-
Methods inherited from class com.sun.jna.Union
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
-
-
-
-
Field Detail
-
pri_in
public SystemB.InSockInfo pri_in
-
pri_tcp
public SystemB.TcpSockInfo pri_tcp
-
max_size
public byte[] max_size
-
-