Class VREventInputActionManifestLoad

All Implemented Interfaces:
Pointer

public class VREventInputActionManifestLoad extends Struct<VREventInputActionManifestLoad>

Layout


 struct VREvent_InputActionManifestLoad_t {
     uint64_t pathAppKey;
     uint64_t pathMessage;
     uint64_t pathMessageParam;
     uint64_t pathManifestPath;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • PATHAPPKEY

      public static final int PATHAPPKEY
      The struct member offsets.
    • PATHMESSAGE

      public static final int PATHMESSAGE
      The struct member offsets.
    • PATHMESSAGEPARAM

      public static final int PATHMESSAGEPARAM
      The struct member offsets.
    • PATHMANIFESTPATH

      public static final int PATHMANIFESTPATH
      The struct member offsets.
  • Constructor Details

    • VREventInputActionManifestLoad

      public VREventInputActionManifestLoad(ByteBuffer container)
      Creates a VREventInputActionManifestLoad instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details

    • sizeof

      public int sizeof()
      Description copied from class: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<VREventInputActionManifestLoad>
    • pathAppKey

      public long pathAppKey()
      Returns:
      the value of the pathAppKey field.
    • pathMessage

      public long pathMessage()
      Returns:
      the value of the pathMessage field.
    • pathMessageParam

      public long pathMessageParam()
      Returns:
      the value of the pathMessageParam field.
    • pathManifestPath

      public long pathManifestPath()
      Returns:
      the value of the pathManifestPath field.
    • create

      public static VREventInputActionManifestLoad create(long address)
      Returns a new VREventInputActionManifestLoad instance for the specified memory address.
    • createSafe

      @Nullable public static VREventInputActionManifestLoad createSafe(long address)
      Like create, but returns null if address is NULL.
    • create

      public static VREventInputActionManifestLoad.Buffer create(long address, int capacity)
      Create a VREventInputActionManifestLoad.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      @Nullable public static VREventInputActionManifestLoad.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • npathAppKey

      public static long npathAppKey(long struct)
      Unsafe version of pathAppKey().
    • npathMessage

      public static long npathMessage(long struct)
      Unsafe version of pathMessage().
    • npathMessageParam

      public static long npathMessageParam(long struct)
      Unsafe version of pathMessageParam().
    • npathManifestPath

      public static long npathManifestPath(long struct)
      Unsafe version of pathManifestPath().