FRDU:GetEventNotification

FRDU:GetEventNotification

Request #

WordDescription
0
0x00220040Cmd0x0022Param1Xlat0
1Count

Request Static Buffers #

Response #

WordDescription
0
0x002200C2Cmd0x0022Param3Xlat2
1Result code
2bool, overflow (see description)
3u32, Number of read entries
4Descriptor for static buffer (id 0)
5

Output EventNotification buffer

Description #

Retrieves EventNotification entries (See Notification Events for details).

The overflow bool in the response returns whether or not the internal notification list has flowed past 128 entries (the maximum internal amount). In case of overflow, the offset of the last retrieved entry is subtracted by 128 so further processing can continue normally. This occurs when the client doesn’t retrieve the notifications in time.

Internally, this command advances the offset of the last retrieved entry by Count or the amount of remaining entries, whichever is smaller.