Alert Standard Format (ASF) Specification
Alert Standard Format (ASF) Specification v2.0 DMTF Document DSP0136
DSP0136 23 April 2003 Page 55 of 94
Offset Name Length Value Description
04h
Alert
n
, Event
Sensor Type
BYTE Varies
The value to be set
7
into the alert’s Event Sensor
Type field (see [PET] for definitions.)
05h
Alert
n
, Event
Type
BYTE Varies
The value to be set
7
into the alert’s Event Type field
(see [PET] for definitions.)
06h
Alert
n
, Event
Offset
BYTE Varies
The value to be set
7
into the alert’s Event Offset
field (see [PET] for definitions.)
Note: The value specified here by the system’s
firmware always has bit 7 set to 0b to indicate that
the alert information is associated with an event
assertion
.
07h
Alert
n
, Event
Source Type
BYTE Varies
The value to be set
7
into the alert’s Event Source
Type field (see [PET] for definitions.)
08h
Alert
n
, Event
Severity
BYTE Varies
The value to be set
7
into the alert’s Event Severity
field (see [PET] for definitions.)
09h
Alert
n
, Sensor
Number
BYTE Varies
The value to be set
7
into the alert’s Sensor Number
field (see [PET] for definitions.)
0Ah Alert
n
, Entity BYTE Varies
The value to be set
7
into the alert’s Entity field (see
[PET] for definitions.)
0Bh
Alert
n
, Entity
Instance
BYTE Varies
The value to be set
7
into the alert’s
Entity Instance field (see [PET] for definitions.)
The following is a ‘C’-style definition of the ASF_ALERTDATA structure.
struct ASF_ALERTDATA {
BYTE DeviceAddress;
BYTE Command;
BYTE DataMask;
BYTE CompareValue;
BYTE EventSensorType;
BYTE EventType;
BYTE EventOffset;
BYTE EventSourceType;
BYTE EventSeverity;
BYTE SensorNumber;
BYTE Entity;
BYTE EntityInstance;
};
4.1.2.4 ASF_RCTL
Devices might be used in a system to provide ASF-compatible remote-control system actions.
This (optional) information provides an alert-sending device’s OS-present configuration software
with the information needed to command those devices to perform remote-control functions over
the SMBus. This structure is associated with an ASF Information Record Header of the following
format:
Type = 02h or 82h
Reserved = 00h
Length = 4 + 4 + n*m for ASF Version 1.0. Note that this length might increase for future
versions of this specification
7
The alert-sending device sets these values into the PET frame it transmits if the associated
alerting condition is active.