Skip to content

Commit 746326d

Browse files
Sorunomeneobrain
authored andcommitted
Rev 23384: /* Message (0x6060) */
1 parent e46af61 commit 746326d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/StreetPass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,11 +442,11 @@ MessageHeader:
442442
| 0x10 | 0x04 | u32 | title_id | The title id of the message |
443443
| 0x14 | 0x04 | u32 | title_id2 | ??? |
444444
| 0x18 | 0x04 | u32 | batch_id | The sending client sets an ID here if multiple messages should be batched together into one transaction |
445-
| 0x1C | 0x04 | u32 | transfer_id | ??? |
445+
| 0x1C | 0x04 | u32 | transfer_id | All messages from the same transfer (That is, sending the messages) contain the same transfer id |
446446
| 0x20 | 0x08 | MessageId | message_id | The ID of the sending message |
447447
| 0x28 | 0x04 | u32 | message_version | ??? |
448448
| 0x2C | 0x08 | MessageId | message_id_2 | The message ID that this message is referring to, e.g. the individual responses in Streetpass Mii Plaza |
449-
| 0x34 | 0x01 | u8 | flags | ??? |
449+
| 0x34 | 0x01 | u8 | recipients | bitfield: 0x01: everyone; 0x02: friends |
450450
| 0x35 | 0x01 | SendMethod | send_method | |
451451
| 0x36 | 0x01 | bool | unopened | Set if the message hasn't been opened yet |
452452
| 0x37 | 0x01 | bool | is_new | Set if the message is new |

0 commit comments

Comments
 (0)