-
Notifications
You must be signed in to change notification settings - Fork 68
Secure Protocol
Yannik Marchand edited this page Nov 4, 2017
·
22 revisions
NEX Protocols > Secure Connection (0x0B)
Method ID | Method Name |
---|---|
1 | Register |
2 | RequestConnectionData |
3 | RequestUrls |
4 | RegisterEx |
5 | TestConnectivity |
6 | UpdateUrls |
7 | ReplaceUrl |
8 | SendReport |
The secure server keeps a list of client urls that can be registered (added) and replaced by the client.
Type | Description |
---|---|
List<String> | Local client urls |
Type | Description |
---|---|
Uint32 | Result code |
Uint32 | Connection id |
StationURL | Public client url, as perceived by the server |
The client should place the connection id into the RVCID field of its client station urls.
Type | Description |
---|---|
Uint32 | CID of station url |
Uint32 | PID of station url |
Type | Description |
---|---|
Bool | Unknown |
List<ConnectionData> | Connection data |
Connection Data (Structure)
Type | Description |
---|---|
StationURL | Station url |
Uint32 | Connection id |
Type | Description |
---|---|
Uint32 | CID |
Uint32 | PID |
Type | Description |
---|---|
Bool | Unknown |
List<StationURL> | Station urls |
Type | Description |
---|---|
List<String> | Local client urls |
Data<NintendoLoginData> | Login data |
Type | Description |
---|---|
String | Token (received from the account server) |
Same as response for the Register method.
This method takes no parameters and returns no values.
| Type | Description | | StationURL | Old station url | | StationURL | New station url |
This method does not return anything.
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages