Skip to main content

Activity status messages

Activity operating mode

When the operation mode is activity, the activity status reporting has the following format: Common header with Type=0x07

ByteData
Byte 5Byte 6-9
0x01Activity data

Activity data: Activity counter. Unsigned 32 bits value in big endian format (MSB first).

Side operating mode

When the activity is requested via the side operating mode (periodic_activity_period parameter not null) the status has the following format: Common header with Type=0x07 Data

Byte 5Byte 6-7Byte 8-9Byte 10-11Byte 12-13Byte 14-15Byte 16-17Byte 18-21
0x04Window 1Window 2Window 3Window 4Window 5Window 6Global counter

Window x: value containing the activity counter during the xth time window. The window 6 is the most recent one and the window 1 is the oldest.

Global counter: Global activity counter, it contains the activity since the beginning.