Administrator Guide

[Description("Percentage of time the WLAN adapter was connected when the system was on AC.")]
sint16 WlanConnectedAC_Pct;
[Description("Percentage of time the adapter was not connected when the system was on AC.")]
sint16 WlanDisconnectedAC_Pct;
[Description("Percentage of time the radio was off when the system was on battery.")]
sint16 WlanRadioOffDC_Pct;
[Description("Percentage of time the WLAN adapter was connected when the system was on
battery.")]
sint16 WlanConnectedDC_Pct;
[Description("Percentage of time the adapter was not connected when the system was on
battery.")]
sint16 WlanDisconnectedDC_Pct;
};
/**************************************************************
* DPO_HardwareInfoToWlanAdapter
* This class associates DPO_WlanAdapter instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_WlanAdapter instance(s) " " with an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToWlanAdapter
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_WlanAdapter REF Dependent;
};
/**************************************************************
* DPO_Smart
* This has the SMART information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("SMART data from all disks (if reported by the disk)."),
Dynamic,Provider("DPOProv") ]
class DPO_Smart
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("Smart data index number starting from 0."),
Key
]
sint16 Index;
[Description("Name eg, SMART0.")]
string Name;
[Description("Disk Model number.")]
string Model;
[Description("Average disk temperature read using SMART.")]
real32 Temp_Avg;
[Description("Standard deviation of disk temperature read using SMART.")]
real32 Temp_Std_Dev;
[Description("Minimum disk temperature read using SMART.")]
sint16 Temp_Min;
附录 B - WMI 类定义文件 43