@Structure.FieldOrder(value={"ApiVersion","Name","Status"})
public class EOS_KWS_PermissionStatus
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_KWS_PermissionStatus.ByReference |
static class |
EOS_KWS_PermissionStatus.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_KWS_PERMISSIONSTATUS_API_LATEST. |
static int |
EOS_KWS_PERMISSIONSTATUS_API_LATEST
The most recent version of the EOS_KWS_PermissionStatus API.
|
java.lang.String |
Name
Name of the permission
|
EOS_EKWSPermissionStatus |
Status
Status of the permission
|
| Constructor and Description |
|---|
EOS_KWS_PermissionStatus() |
EOS_KWS_PermissionStatus(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release()
Release the memory associated with a KWS permission status.
|
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, writeFieldpublic static final int EOS_KWS_PERMISSIONSTATUS_API_LATEST
public int ApiVersion
EOS_KWS_PERMISSIONSTATUS_API_LATEST.public java.lang.String Name
public EOS_EKWSPermissionStatus Status
public EOS_KWS_PermissionStatus()
public EOS_KWS_PermissionStatus(com.sun.jna.Pointer peer)
public void release()
EOSLibrary.EOS_KWS_CopyPermissionByIndex(host.anzo.eossdk.eos.sdk.EOS_KWS_Interface, host.anzo.eossdk.eos.sdk.kws.options.EOS_KWS_CopyPermissionByIndexOptions, com.sun.jna.ptr.PointerByReference).public void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception