Class Kstat2.Kstat2NV

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.solaris.Kstat2.Kstat2NV
Enclosing interface:
Kstat2

@FieldOrder({"name","type","kind","flags","data"}) public static class Kstat2.Kstat2NV extends Structure
Immutable Name/Value pair.
  • Field Details

    • name

      public String name
    • type

      public byte type
    • kind

      public byte kind
    • flags

      public short flags
    • data

      public Kstat2.Kstat2NV.UNION data
  • Constructor Details

    • Kstat2NV

      public Kstat2NV()
    • Kstat2NV

      public Kstat2NV(Pointer p)
  • Method Details

    • read

      public void read()
      Description copied from class: Structure
      Reads the fields of the struct from native memory
      Overrides:
      read in class Structure