NEWSS:SyncArrivedNotifications: Difference between revisions
DaniElectra (talk | contribs) Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000F0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..." |
DaniElectra (talk | contribs) m →Header structure: Define values always set |
||
Line 40: | Line 40: | ||
| 0x0 | | 0x0 | ||
| 0x1 | | 0x1 | ||
| u8 flag: 0 = invalid, 1 = valid ("notification exists" flag). | | u8 flag: 0 = invalid, 1 = valid ("notification exists" flag). Always 0x1 | ||
|- | |- | ||
| 0x1 | | 0x1 | ||
| 0x1 | | 0x1 | ||
| u8 flag: 0 = read, 1 = unread | | u8 flag: 0 = read, 1 = unread. Always 0x1 | ||
|- | |- | ||
| 0x2 | | 0x2 | ||
Line 52: | Line 52: | ||
| 0x3 | | 0x3 | ||
| 0x1 | | 0x1 | ||
| u8 flag: 0 = non-SpotPass notification, 1 = SpotPass notification | | u8 flag: 0 = non-SpotPass notification, 1 = SpotPass notification (zero for system notifications) | ||
|- | |- | ||
| 0x4 | | 0x4 | ||
| 0x1 | | 0x1 | ||
| u8 flag: 0 = opted in to this notification, 1 = opted out of this notification | | u8 flag: 0 = opted in to this notification, 1 = opted out of this notification. Always 0x0 | ||
|- | |- | ||
| 0x5 | | 0x5 |