Administrator Guide
};
/**************************************************************
* DPO_CableToCableChangeHistory
* This class associates DPO_CableChangeHistory instance(s) with an
* instance of DPO_Cable.
**************************************************************/
[Association : ToInstance,
Description(" This class associates DPO_CableChangeHistory instance(s) " " with an instance
of DPO_Cable"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_CableToCableChangeHistory
{
[key] DPO_Cable REF Antecedent;
[key] DPO_CableChangeHistory REF Dependent;
};
/**************************************************************
* DPO_BTModule
* This has the bluetooth module information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("Bluetooth module information and statistics."),
Dynamic,Provider("DPOProv") ]
class DPO_BTModule
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("Bluetooth module index number starting from 0."),
Key
]
sint16 Index;
[Description("Bluetooth module name.")]
string Name;
[Description("Bluetooth modoule's address.")]
string Address;
[Description("Percentage of time the radio was on when the system was on AC.")]
sint16 BTRadioOnAC_Pct;
[Description("Percentage of time the bluetooth module was connected when the system was on
AC.")]
sint16 BTConnectedAC_Pct;
[Description("Percentage of time the module was not connected when the system was on AC.")]
sint16 BTDisconnectedAC_Pct;
[Description("Percentage of time the radio was on when the system was on battery.")]
sint16 BTRadioOnDC_Pct;
[Description("Percentage of time the bluetooth module was connected when the system was on
battery.")]
sint16 BTConnectedDC_Pct;
[Description("Percentage of time the module was not connected when the system was on
battery.")]
sint16 BTDisconnectedDC_Pct;
};
/**************************************************************
* DPO_HardwareInfoToBTModule
* This class associates DPO_BTModule instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
52 附录 B - WMI 类定义文件