Package com.sun.jna.platform.win32
Klasse WinNT.SYSTEM_BATTERY_STATE
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinNT.SYSTEM_BATTERY_STATE
- Umschließende Schnittstelle:
WinNT
@FieldOrder({"AcOnLine","BatteryPresent","Charging","Discharging","Spare1","Tag","MaxCapacity","RemainingCapacity","Rate","EstimatedTime","DefaultAlert1","DefaultAlert2"})
public static class WinNT.SYSTEM_BATTERY_STATE
extends Structure
Contains information about the current state of the system battery.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungbyte
byte
byte
int
int
byte
int
int
int
int
byte[]
byte
Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Felddetails
-
AcOnLine
public byte AcOnLine -
BatteryPresent
public byte BatteryPresent -
Charging
public byte Charging -
Discharging
public byte Discharging -
Spare1
public byte[] Spare1 -
Tag
public byte Tag -
MaxCapacity
public int MaxCapacity -
RemainingCapacity
public int RemainingCapacity -
Rate
public int Rate -
EstimatedTime
public int EstimatedTime -
DefaultAlert1
public int DefaultAlert1 -
DefaultAlert2
public int DefaultAlert2
-
-
Konstruktordetails
-
SYSTEM_BATTERY_STATE
-
SYSTEM_BATTERY_STATE
public SYSTEM_BATTERY_STATE()
-