LDN services: Difference between revisions
No edit summary |
No edit summary |
||
Line 158: | Line 158: | ||
| 403 || [7.0.0+] [[#InitializeSystem2]] | | 403 || [7.0.0+] [[#InitializeSystem2]] | ||
|} | |} | ||
=== GetState === | |||
No input, returns an output u32. | |||
sdknso implements this by <code>return</code>ing the u32, with 0 being returned on error / when service isn't initialized. | |||
=== GetNetworkInfo === | |||
Takes a type-0x1A output buffer containing a [[#NetworkInfo]]. | |||
=== GetIpv4Address === | |||
No input, returns an output [[#Ipv4Address]] and a [[#SubnetMask]]. | |||
=== GetDisconnectReason === | |||
No input, returns an output s16. | |||
sdknso implements this by <code>return</code>ing the s16 as a s32, with -1 being returned on error. | |||
=== OpenAccessPoint === | === OpenAccessPoint === |