User Manual

Table Of Contents
Application layers
99-137719-D Confidential - For internal use 8-19
8888
Control interface
8.5.2.6 Event reporting
8.5.2.6.1 MSG_USER_EVENT (FOR INTERNAL USE)
Message to report a user event to the BGAN XL Radio Module.
MSG_USER_EVENT messages are acknowledged using MSG_ACK when accepted by the
BGAN XL Radio Module.
Response timeout: 2000ms
offset \ byte 0 1 2 3
0
Opcode Transaction ID Event ID
4
Unit ID Sub ID
8
Change Info
Table 8-23: MSG_USER_EVENT data format
Data field Type Length Offset Value Comment
Opcode U8 1 0 7
Transaction ID U8 1 1 0-255
Event ID U16 2 2 see 7.7.2.1 on
page 7-34.
The id is a part of the event
identification. The identifier must
refer to an event definition
previously registered in the event
handler.
Unit ID U16 2 4 see 7.7.2.1 on
page 7-34.
Identifies which unit (HW) the event
is sent from. e.g. ADU
Sub ID U16 2 6 see 7.7.2.1 on
page 7-34.
The Sub ID is a part of the event
identification. The Sub ID must be
used to separate multiple sources of
the same event.
Change U16 2 8 see 7.7.2.1 on
page 7-34.
Specifies the event change as the
current state value. Repeated state
values (either EV_STATE_ON or
EV_STATE_OFF) will be ignored.
Info U16 2 10 N/A The info parameter may be used to
carry additional information about
the event
Table 8-24: MSG_USER_EVENT data fields