public class VR_IVRNotifications_FnTable
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
VR_IVRNotifications_FnTable.ByReference |
static class |
VR_IVRNotifications_FnTable.ByValue |
static interface |
VR_IVRNotifications_FnTable.CreateNotification_callback
native declaration : headers\openvr_capi.h:2255
|
static interface |
VR_IVRNotifications_FnTable.RemoveNotification_callback
native declaration : headers\openvr_capi.h:2256
|
Modifier and Type | Field and Description |
---|---|
VR_IVRNotifications_FnTable.CreateNotification_callback |
CreateNotification
C type : CreateNotification_callback*
|
VR_IVRNotifications_FnTable.RemoveNotification_callback |
RemoveNotification
C type : RemoveNotification_callback*
|
Constructor and Description |
---|
VR_IVRNotifications_FnTable() |
VR_IVRNotifications_FnTable(com.sun.jna.Pointer peer) |
VR_IVRNotifications_FnTable(VR_IVRNotifications_FnTable.CreateNotification_callback CreateNotification,
VR_IVRNotifications_FnTable.RemoveNotification_callback RemoveNotification) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
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, toString, useMemory, useMemory, write, writeField, writeField, writeField
public VR_IVRNotifications_FnTable.CreateNotification_callback CreateNotification
public VR_IVRNotifications_FnTable.RemoveNotification_callback RemoveNotification
public VR_IVRNotifications_FnTable()
public VR_IVRNotifications_FnTable(VR_IVRNotifications_FnTable.CreateNotification_callback CreateNotification, VR_IVRNotifications_FnTable.RemoveNotification_callback RemoveNotification)
CreateNotification
- C type : CreateNotification_callback*RemoveNotification
- C type : RemoveNotification_callback*public VR_IVRNotifications_FnTable(com.sun.jna.Pointer peer)