-
Notifications
You must be signed in to change notification settings - Fork 68
Messaging Protocol
Yannik Marchand edited this page Apr 30, 2021
·
11 revisions
NEX Protocols > Messaging (23)
Method ID | Method Name |
---|---|
1 | DeliverMessage |
2 | GetNumberOfMessages |
3 | GetMessagesHeaders |
4 | RetrieveAllMessagesWithinRange |
5 | RetrieveMessages |
6 | DeleteMessages |
7 | DeleteAllMessages |
8 | DeliverMessageMultiTarget |
Type | Name |
---|---|
Data | oUserMessage |
Type | Name |
---|---|
Data | oModifiedMessage |
List<Uint32> | lstSandboxNodeId |
List<PID> | lstParticipants |
Type | Name |
---|---|
MessageRecipient | recipient |
Type | Name |
---|---|
Uint32 | uiNbMessages |
Type | Name |
---|---|
MessageRecipient | recipient |
ResultRange | range |
Type | Name |
---|---|
List<UserMessage> | lstMsgHeaders |
Type | Name |
---|---|
MessageRecipient | recipient |
ResultRange | range |
Type | Name |
---|---|
List<Data> | lstMessages |
Type | Name |
---|---|
MessageRecipient | recipient |
List<Uint32> | lstMsgIDs |
Bool | bLeaveOnServer |
Type | Name |
---|---|
List<Data> | lstMessages |
Type | Name |
---|---|
MessageRecipient | recipient |
List<Uint32> | lstMessagesToDelete |
This method does not return anything.
Type | Name |
---|---|
MessageRecipient | recipient |
Type | Name |
---|---|
Uint32 | uiNbDeletedMessages |
MessageRecipient (Structure)
Type | Name |
---|---|
Uint32 | m_uiRecipientType |
PID | m_principalId |
Uint32 | m_gatheringId |
Recipient type:
Type | Description |
---|---|
1 | Principal id |
2 | Gathering id |
UserMessage (Structure)
This structure inherits from Data |
---|
Type | Name |
---|---|
Uint32 | m_uiID |
Uint32 | m_uiParentID |
PID | m_pidSender |
DateTime | m_receptiontime |
Uint32 | m_uiLifeTime |
Uint32 | m_uiFlags |
String | m_strSubject |
String | m_strSender |
MessageRecipient | m_messageRecipient |
TextMessage (Structure)
This structure inherits from UserMessage |
---|
Type | Name |
---|---|
String | m_strTextBody |
BinaryMessage (Structure)
This structure inherits from UserMessage |
---|
Type | Name |
---|---|
qBuffer | m_binaryBody |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages