-
Notifications
You must be signed in to change notification settings - Fork 68
News Protocol
Yannik Marchand edited this page Jan 27, 2021
·
1 revision
NEX Protocols > News (31)
Method ID | Method Name |
---|---|
1 | GetChannels |
2 | GetChannelsByTypes |
3 | GetSubscribableChannels |
4 | GetChannelsByIDs |
5 | GetSubscribedChannels |
6 | SubscribeChannel |
7 | UnsubscribeChannel |
8 | GetNewsHeaders |
9 | GetNewsMessages |
10 | GetNumberOfNews |
11 | GetChannelByType |
12 | GetNewsHeadersByType |
13 | GetNewsMessagesByType |
Type | Name |
---|---|
ResultRange | resultRange |
Type | Name |
---|---|
List<NewsChannel> | channels |
Type | Name |
---|---|
List<String> | newsChannelTypes |
ResultRange | resultRange |
Type | Name |
---|---|
List<NewsChannel> | channels |
Type | Name |
---|---|
ResultRange | resultRange |
Type | Name |
---|---|
List<NewsChannel> | channels |
Type | Name |
---|---|
List<Uint32> | newsChannelIDs |
Type | Name |
---|---|
List<NewsChannel> | channels |
Type | Name |
---|---|
ResultRange | resultRange |
Type | Name |
---|---|
List<NewsChannel> | channels |
Type | Name |
---|---|
Uint32 | newsChannelID |
This method does not return anything.
Type | Name |
---|---|
Uint32 | newsChannelID |
This method does not return anything.
Type | Name |
---|---|
NewsRecipient | recipient |
ResultRange | range |
Type | Name |
---|---|
List<NewsHeader> | newsHeaders |
Type | Name |
---|---|
List<Uint32> | newsMessageIDs |
Type | Name |
---|---|
List<NewsMessage> | newsMessages |
Type | Name |
---|---|
NewsRecipient | recipient |
Type | Name |
---|---|
Uint32 | numberOfNews |
Type | Name |
---|---|
String | newsChannelType |
Type | Name |
---|---|
NewsChannel | channel |
Type | Name |
---|---|
String | newsChannelType |
ResultRange | range |
Type | Name |
---|---|
List<NewsHeader> | newsHeaders |
Type | Name |
---|---|
String | newsChannelType |
ResultRange | range |
Type | Name |
---|---|
List<NewsMessage> | newsMessages |
NewsChannel (Structure)
Type | Name |
---|---|
Uint32 | m_ID |
Uint32 | m_ownerPID |
String | m_name |
String | m_description |
DateTime | m_creationTime |
DateTime | m_expirationTime |
String | m_type |
String | m_locale |
Bool | m_subscribable |
NewsHeader (Structure)
Type | Name |
---|---|
Uint32 | m_ID |
Uint32 | m_recipientID |
Uint32 | m_recipientType |
Uint32 | m_publisherPID |
String | m_publisherName |
DateTime | m_publicationTime |
DateTime | m_displayTime |
DateTime | m_expirationTime |
String | m_title |
String | m_link |
NewsMessage (Structure)
Type | Name |
---|---|
String | m_body |
NewsRecipient (Structure)
Type | Name |
---|---|
Uint32 | m_recipientID |
Uint32 | m_recipientType |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages