Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Information ¶
type Information struct {
smbios.Header
Manufacturer string `json:"manufacturer,omitempty"`
ProductName string `json:"product_name,omitempty"`
Version string `json:"version,omitempty"`
SerialNumber string `json:"serial_number,omitempty"`
UUID string `json:"uuid,omitempty"`
WakeUpType WakeUpType `json:"wake_up_type,omitempty"`
SKUNumber string `json:"sku_number,omitempty"`
Family string `json:"family,omitempty"`
}
Information 系统信息
func (Information) String ¶
func (s Information) String() string
type WakeUpType ¶
type WakeUpType byte
WakeUpType 唤醒类型
const ( Reserved WakeUpType = iota Other Unknown APMTimer ModemRing LANRemote PoAerSwitch PCIPME ACPowerRestored )
func (WakeUpType) String ¶
func (w WakeUpType) String() string
Click to show internal directories.
Click to hide internal directories.