Class IOKit.SMCVal

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.mac.IOKit.SMCVal
All Implemented Interfaces:
AutoCloseable
Enclosing interface:
IOKit

@FieldOrder({"key","dataSize","dataType","bytes"}) public static class IOKit.SMCVal extends Structure implements AutoCloseable
Holds an SMC value
  • Field Details

    • key

      public byte[] key
    • dataSize

      public int dataSize
    • dataType

      public byte[] dataType
    • bytes

      public byte[] bytes
  • Constructor Details

    • SMCVal

      public SMCVal()
  • Method Details