Class VREventWebConsole

All Implemented Interfaces:
Pointer

public class VREventWebConsole extends Struct<VREventWebConsole>

Layout


 struct VREvent_WebConsole_t {
     WebConsoleHandle_t webConsoleHandle;
 }
  • Field Details

    • SIZEOF

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

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

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

    • VREventWebConsole

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

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

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

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

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

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

      public static long nwebConsoleHandle(long struct)
      Unsafe version of webConsoleHandle().