Class XErrorEvent.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<XErrorEvent>, NativeResource, Pointer
Enclosing class:
XErrorEvent

public static class XErrorEvent.Buffer extends StructBuffer<XErrorEvent, XErrorEvent.Buffer> implements NativeResource
An array of XErrorEvent structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new XErrorEvent.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by XErrorEvent.SIZEOF, and its mark will be undefined.

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

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • type

      public int type()
      Returns:
      the value of the type field.
    • display

      @NativeType("Display *") public long display()
      Returns:
      the value of the display field.
    • resourceid

      @NativeType("XID") public long resourceid()
      Returns:
      the value of the resourceid field.
    • serial

      @NativeType("unsigned long") public long serial()
      Returns:
      the value of the serial field.
    • error_code

      @NativeType("unsigned char") public byte error_code()
      Returns:
      the value of the error_code field.
    • request_code

      @NativeType("unsigned char") public byte request_code()
      Returns:
      the value of the request_code field.
    • minor_code

      @NativeType("unsigned char") public byte minor_code()
      Returns:
      the value of the minor_code field.
    • type

      public XErrorEvent.Buffer type(int value)
      Sets the specified value to the type field.
    • display

      public XErrorEvent.Buffer display(@NativeType("Display *") long value)
      Sets the specified value to the display field.
    • resourceid

      public XErrorEvent.Buffer resourceid(@NativeType("XID") long value)
      Sets the specified value to the resourceid field.
    • serial

      public XErrorEvent.Buffer serial(@NativeType("unsigned long") long value)
      Sets the specified value to the serial field.
    • error_code

      public XErrorEvent.Buffer error_code(@NativeType("unsigned char") byte value)
      Sets the specified value to the error_code field.
    • request_code

      public XErrorEvent.Buffer request_code(@NativeType("unsigned char") byte value)
      Sets the specified value to the request_code field.
    • minor_code

      public XErrorEvent.Buffer minor_code(@NativeType("unsigned char") byte value)
      Sets the specified value to the minor_code field.