Class VREventInputBindingLoad

All Implemented Interfaces:
Pointer

public class VREventInputBindingLoad extends Struct<VREventInputBindingLoad>

Layout


 struct VREvent_InputBindingLoad_t {
     PropertyContainerHandle_t ulAppContainer;
     uint64_t pathMessage;
     uint64_t pathUrl;
     uint64_t pathControllerType;
 }
  • Field Details

    • SIZEOF

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

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

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

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

      public static final int PATHURL
      The struct member offsets.
    • PATHCONTROLLERTYPE

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

    • VREventInputBindingLoad

      public VREventInputBindingLoad(ByteBuffer container)
      Creates a VREventInputBindingLoad 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<VREventInputBindingLoad>
    • ulAppContainer

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

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

      public long pathUrl()
      Returns:
      the value of the pathUrl field.
    • pathControllerType

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

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

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

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

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

      public static long nulAppContainer(long struct)
      Unsafe version of ulAppContainer().
    • npathMessage

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

      public static long npathUrl(long struct)
      Unsafe version of pathUrl().
    • npathControllerType

      public static long npathControllerType(long struct)
      Unsafe version of pathControllerType().