SPMTP: Difference between revisions
Packets |
TMP Box Packets |
||
Line 234: | Line 234: | ||
| 0x4 | | 0x4 | ||
| Size of the TMP Box which will be sent for this specific title | | Size of the TMP Box which will be sent for this specific title | ||
|} | |||
== TMP Box Packets == | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x2 | |||
| Magic value (0x6161) | |||
|- | |||
| 0x2 | |||
| 0x2 | |||
| Padding | |||
|- | |||
| 0x4 | |||
| 0x4 | |||
| Size | |||
|- | |||
| 0x8 | |||
| 0x4 | |||
| Title ID | |||
|- | |||
| 0xC | |||
| 0x4 | |||
| Group ID (messages can be grouped by id) | |||
|- | |||
| 0x10 | |||
| 0x4 | |||
| Message count | |||
|- | |||
| 0x14 | |||
| 0x0 - 0x18FEC | |||
| Messages | |||
|} | |} |