Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
SYSTEM_POWER_STATUS_EX2 (Structures)
.
C# Definition:
public class SYSTEM_POWER_STATUS_EX2
public calss SYSTEM_POWER_STATUS_EX2
{
public byte ACLineStatus;
public byte BatteryFlag;
public byte BatteryLifePercent;
public byte Reserved1;
public int BatteryLifeTime;
public int BatteryFullLifeTime;
public byte Reserved2;
public byte BackupBatteryFlag;
public byte BackupBatteryLifePercent;
public byte Reserved3;
public int BackupBatteryLifeTime;
public int BackupBatteryFullLifeTime;
public int BatteryVoltage;
public int BatteryCurrent;
public int BatteryAverageCurrent;
public int BatteryAverageInterval;
public int BatterymAHourConsumed;
public int BatteryTemperature;
public int BackupBatteryVoltage;
public byte BatteryChemistry;
}
VB Definition:
Public Class SYSTEM_POWER_STATUS_EX2
Structure SYSTEM_POWER_STATUS_EX2
Public TODO
End Class
End Structure