Package io.sisu.nng.internal
Class SocketStruct
- java.lang.Object
-
- com.sun.jna.Structure
-
- io.sisu.nng.internal.SocketStruct
-
- Direct Known Subclasses:
SocketStruct.ByValue
@FieldOrder("id") public class SocketStruct extends com.sun.jna.Structure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSocketStruct.ByValue
-
Field Summary
Fields Modifier and Type Field Description intid
-
Constructor Summary
Constructors Constructor Description SocketStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketStruct.ByValuebyValue()-
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, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Method Detail
-
byValue
public SocketStruct.ByValue byValue()
-
-