Status response to BIOS_SCI_DELETE.
Trigger: Sent after the SCI has received BIOS_SCI_DELETE.
Target: The link number that sent the BIOS_SCI_DELETE call.
link_message(integer sender_num, integer [ident], string "BIOS_SCI_DELETED", key [status] + "|" + [response] + "|" + [script_name])
| • integer | [ident] |
| • key | [status]|[response]|[script_name] |
| Parameter | Description |
|---|---|
[ident] |
Integer. Will be the [ident] that was sent with BIOS_SCI_DELETE. |
[status] |
String. Will be either "ok" or "errX", where X is the error number. For a list of possible errors, see the SCI documentation. |
[response] |
String. If [status] is an error, will be a short description of the error. Otherwise, will be a blank string.This parameter may be used to return additional data in the future, so do not rely on it returning a blank string. |
[script_name] |
String. Will be the [script_name] that was sent with BIOS_SCI_DELETE. |