TianoCore EDK2 master
SMBIOS_TABLE_TYPE25 Struct Reference

#include <MdePkg/Include/IndustryStandard/SmBios.h>

Data Fields

SMBIOS_STRUCTURE Hdr
 
UINT8 NextScheduledPowerOnMonth
 
UINT8 NextScheduledPowerOnDayOfMonth
 
UINT8 NextScheduledPowerOnHour
 
UINT8 NextScheduledPowerOnMinute
 
UINT8 NextScheduledPowerOnSecond
 

Detailed Description

System Power Controls (Type 25).

This structure describes the attributes for controlling the main power supply to the system. Software that interprets this structure uses the month, day, hour, minute, and second values to determine the number of seconds until the next power-on of the system. The presence of this structure implies that a timed power-on facility is available for the system.

Definition at line 2169 of file SmBios.h.

Field Documentation

◆ Hdr

SMBIOS_STRUCTURE SMBIOS_TABLE_TYPE25::Hdr

Definition at line 2170 of file SmBios.h.

◆ NextScheduledPowerOnDayOfMonth

UINT8 SMBIOS_TABLE_TYPE25::NextScheduledPowerOnDayOfMonth

Definition at line 2172 of file SmBios.h.

◆ NextScheduledPowerOnHour

UINT8 SMBIOS_TABLE_TYPE25::NextScheduledPowerOnHour

Definition at line 2173 of file SmBios.h.

◆ NextScheduledPowerOnMinute

UINT8 SMBIOS_TABLE_TYPE25::NextScheduledPowerOnMinute

Definition at line 2174 of file SmBios.h.

◆ NextScheduledPowerOnMonth

UINT8 SMBIOS_TABLE_TYPE25::NextScheduledPowerOnMonth

Definition at line 2171 of file SmBios.h.

◆ NextScheduledPowerOnSecond

UINT8 SMBIOS_TABLE_TYPE25::NextScheduledPowerOnSecond

Definition at line 2175 of file SmBios.h.


The documentation for this struct was generated from the following file: