Network Interface services: Difference between revisions
| Line 40: | Line 40: | ||
| 7 || EnumerateNetworkProfiles || | | 7 || EnumerateNetworkProfiles || | ||
|- | |- | ||
| 8 || GetNetworkProfile || | | 8 || [[#GetNetworkProfile]] || | ||
|- | |- | ||
| 9 || SetNetworkProfile || | | 9 || [[#SetNetworkProfile]] || | ||
|- | |- | ||
| 10 || RemoveNetworkProfile || | | 10 || RemoveNetworkProfile || | ||
| Line 122: | Line 122: | ||
sdknso converts the output to [[#NetworkProfileData]]. | sdknso converts the output to [[#NetworkProfileData]]. | ||
=== GetNetworkProfile === | |||
Takes an input "nn::util::Uuid" and a type-0x1A output buffer containing a [[#SfNetworkProfileData]]. | |||
sdknso converts the output to [[#NetworkProfileData]]. | |||
=== SetNetworkProfile === | |||
Takes a type-0x19 input buffer containing a [[#SfNetworkProfileData]] and returns an output "nn::util::Uuid". | |||
sdknso converts the input to [[#SfNetworkProfileData]], which is then passed to the cmd. | |||
=== IsAnyInternetRequestAccepted === | === IsAnyInternetRequestAccepted === | ||