LDN services: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Add full interface name (imported from SwIPC) |
||
| Line 13: | Line 13: | ||
== IMonitorService == | == IMonitorService == | ||
This is "nn::ldn::detail::IMonitorService". | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 47: | Line 49: | ||
== ISystemLocalCommunicationService == | == ISystemLocalCommunicationService == | ||
This is "nn::ldn::detail::ISystemLocalCommunicationService". | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
| Line 119: | Line 123: | ||
== IUserLocalCommunicationService == | == IUserLocalCommunicationService == | ||
This is "nn::ldn::detail::IUserLocalCommunicationService". | |||
Same as [[#ISystemLocalCommunicationService]]. | Same as [[#ISystemLocalCommunicationService]]. | ||
[[Category:Services]] | [[Category:Services]] | ||
Revision as of 10:50, 23 January 2018
LDN handles all local network communication.
ldn:m
This is "nn::ldn::detail::IMonitorServiceCreator".
| Cmd | Name | Notes |
|---|---|---|
| 0 | GetMonitorService | Returns an #IMonitorService. |
IMonitorService
This is "nn::ldn::detail::IMonitorService".
| Cmd | Name |
|---|---|
| 0 | GetNifmStatus |
| 1 | |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 100 | StartMonitor |
| 101 | StopMonitor |
ldn:s
This is "nn::ldn::detail::ISystemServiceCreator".
| Cmd | Name | Notes |
|---|---|---|
| 0 | GetSystemLocalCommunicationService | Returns an #ISystemLocalCommunicationService. |
ISystemLocalCommunicationService
This is "nn::ldn::detail::ISystemLocalCommunicationService".
| Cmd | Name |
|---|---|
| 0 | |
| 1 | GetNetworkInfo |
| 2 | |
| 3 | |
| 4 | |
| 5 | |
| 100 | GetUnkWaitEvent |
| 101 | |
| 102 | |
| 103 | |
| 200 | OpenAccessPoint |
| 201 | CloseAccessPoint |
| 202 | |
| 203 | |
| 204 | DestroyNetwork |
| 205 | |
| 206 | |
| 207 | |
| 208 | |
| 209 | |
| 300 | OpenStation |
| 301 | CloseStation |
| 302 | |
| 303 | |
| 304 | Disconnect |
| 400 | InitializeSystem |
| 401 | TerminateSystem |
ldn:u
This is "nn::ldn::detail::IUserServiceCreator".
| Cmd | Name | Notes |
|---|---|---|
| 0 | GetUserLocalCommunicationService | Returns an #IUserLocalCommunicationService. |
IUserLocalCommunicationService
This is "nn::ldn::detail::IUserLocalCommunicationService".
Same as #ISystemLocalCommunicationService.