📄 firefly.mof
字号:
[Dynamic, Provider("WMIProv"),
WMI,
Description("Firefly driver information"),
guid("{AB27DB29-DB25-42E6-A3E7-28BD46BDB666}"),
locale("MS\\0x409")]
class FireflyDeviceInformation
{
[key, read]
string InstanceName;
[read] boolean Active;
[WmiDataId(1),
read,
write,
Description("Current state of the tail light.")]
boolean TailLit;
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -