@Structure.FieldOrder(value={"ApiVersion","TimePlaced","Action","TimeExpires","ReferenceId"})
public class EOS_Sanctions_PlayerSanction
extends com.sun.jna.Structure
implements java.lang.AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Sanctions_PlayerSanction.ByReference |
static class |
EOS_Sanctions_PlayerSanction.ByValue |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
Action
The action associated with this sanction
|
int |
ApiVersion
API Version: This will be set to
EOS_SANCTIONS_PLAYERSANCTION_API_LATEST. |
static int |
EOS_SANCTIONS_PLAYERSANCTION_API_LATEST
The most recent version of the EOS_Sanctions_PlayerSanction struct.
|
java.lang.String |
ReferenceId
A unique identifier for this specific sanction
|
long |
TimeExpires
The POSIX timestamp when the sanction will expire.
|
long |
TimePlaced
The POSIX timestamp when the sanction was placed
|
| Constructor and Description |
|---|
EOS_Sanctions_PlayerSanction() |
EOS_Sanctions_PlayerSanction(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
release() |
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_SANCTIONS_PLAYERSANCTION_API_LATEST
public int ApiVersion
EOS_SANCTIONS_PLAYERSANCTION_API_LATEST.public long TimePlaced
public java.lang.String Action
public long TimeExpires
public java.lang.String ReferenceId