Difference between revisions of "NEWSS:AddNotification"
Jump to navigation
Jump to search
Line 45: | Line 45: | ||
| 0x0 | | 0x0 | ||
| 0x1 | | 0x1 | ||
− | | u8 flag | + | | u8 flag: 0 = notification header data not set, 1 = notification data set("notification exists" flag). |
|- | |- | ||
| 0x1 | | 0x1 |
Revision as of 06:41, 12 December 2014
Request
Index Word | Description |
---|---|
0 | Header code [0x000100C6] |
1 | Header buffer size |
2 | Message buffer size |
3 | Image buffer size, can be zero |
4 | (HdrSize<<4) | 10 |
5 | Header buffer ptr |
6 | (MsgSize<<4) | 10 |
7 | Message buffer ptr |
8 | (ImageSize<<4) | 10 |
9 | Image buffer ptr, can be 0x0 |
Header structure
Offset | Size | Description |
---|---|---|
0x0 | 0x1 | u8 flag: 0 = notification header data not set, 1 = notification data set("notification exists" flag). |
0x1 | 0x1 | u8 flag: 1 = not "read" by the notifications applet, 0 otherwise. |
0x2 | 0x1 | u8 flag: 0 = disable JPEG, 1 = enable JPEG. |
0x3 | 0x1 | u8 flag |
0x28 | 0x8 | u64 datetime: milliseconds since January 1, 2000. |
0x30 | ? | UTF-16 string for the notification title |
This structure is normally 0x70-bytes.
Message
This is an UTF-16 string for the notification message text, this buffer includes the null-terminator.
Image
The MPO data is optional. This is displayed on the top-screen by the notifications applet.
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Resultcode |
Description
This adds a notification to the list of notifications, which is displayed by the notifications applet. This is added to the end of the list of notifications.