CECD Services: Difference between revisions
No edit summary |
|||
Line 43: | Line 43: | ||
|- | |- | ||
| 0x00110104 | | 0x00110104 | ||
| ? | | SetSendingData? (cmdbuf[3]: CecMessageType type, cmdbuf[5]: 0x20, cmdbuf[6]: u8* data_buf, cmdbuf[7]: u32 16*data_size+10) | ||
|- | |- | ||
| 0x00120104 | | 0x00120104 | ||
Line 82: | Line 82: | ||
| u32 | | u32 | ||
| padding/unknown? | | padding/unknown? | ||
|- | |||
|} | |||
=== CecMessage === | |||
{| class="wikitable" border="1" | |||
! Type | |||
! Field | |||
|- | |||
| char[8] | |||
| data | |||
|- | |||
|} | |||
=== CecMessageType === | |||
{| class="wikitable" border="1" | |||
! Name | |||
! Value | |||
! Notes | |||
|- | |||
| ? | |||
| 0x2 | |||
| Corresponds to some 0x60-byte data | |||
|- | |||
| CECMESSAGE_BOX_ICON | |||
| 0x65 | |||
| Corresponds to the StreetPass "box" icon | |||
|- | |||
| CECMESSAGE_BOX_TITLE | |||
| 0x6E | |||
| Corresponds to the StreetPass "box" title | |||
|- | |- | ||
|} | |} |