Administrator Guide
Description("This class associates DPO_HardwareInfoToBiosInternalLogs"
"instance(s) with an instance of DPO_HardwareInfo."),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToBiosInternalLogs
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_BiosInternalLogs REF Dependent;
};
/**************************************************************
* DPO_WWAN
* This has the Wireless WAN adapter information from a summary
* log. There may be multiple instances of this class for each
* summary file.
**************************************************************/
[Description("Wireless WAN adapter information."),
Dynamic,Provider("DPOProv")]
class DPO_WWAN
{
[
Description("Unique ID from the summary file."),
Key
]string HardwareInfoGUID;
[Description("Device name.")]
string Device_Name;
[Description("IMEI number.")]
string IMEI; };
/**************************************************************
* DPO_HardwareInfoToWWAN
* This class associates DPO_WWAN instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[
Association : ToInstance,
Description("This class associates DPO_WWAN instance(s) with "
"an instance of DPO_HardwareInfo."),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToWWAN
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_WWAN REF Dependent;
};
/**************************************************************
* DPO_Battery
* This has the battery information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("Battery information including charge, discharge and dwell statistics."),
Dynamic,Provider("DPOProv") ]
class DPO_Battery
{
[
Description("Unique ID from the summary file."),
Key
] string HardwareInfoGUID;
[
Description("Index number of the battery device starting from 1."),
Key
]sint16 Index;
[Description("Manufacture date.")]
string Manufacture_Date;
[Description("Serial number.")]
string Serial_Number;
[Description("Chemistry.")]
string Chemistry;
[Description("Design Capacity in mAH.")]
string Design_Capacity_mAH;
[Description("Battery name.")]
付録 B - WMI クラス定義ファイル 33