Class IOKit.SMCKeyDataVers

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.mac.IOKit.SMCKeyDataVers
Enclosing interface:
IOKit

@FieldOrder({"major","minor","build","reserved","release"}) public static class IOKit.SMCKeyDataVers extends Structure
Holds the return value of SMC version query.
  • Field Details

    • major

      public byte major
    • minor

      public byte minor
    • build

      public byte build
    • reserved

      public byte reserved
    • release

      public short release
  • Constructor Details

    • SMCKeyDataVers

      public SMCKeyDataVers()