Broadcasts power state of the system.
Trigger: Sent after BIOS has received BIOS_GEN_POWER_REQUEST, or when the power state has changed.
Target: LINK_ROOT.
link_message(integer sender_num, integer [current_state], string "BIOS_GEN_POWER", key [last_state])
| • integer | [current_state] |
| • key | [last_state] |
| Parameter | Description |
|---|---|
[current_state] |
Integer. The power state of the system, as follows:
|
[last_state] |
Integer cast as string, or blank string. If the system call was sent due to a change in the power state, the last power state will be sent here. If the system call was sent in response to BIOS_GEN_POWER_REQUEST, this field will be blank. |