Network Interface services: Difference between revisions
No edit summary |
No edit summary |
||
| Line 124: | Line 124: | ||
=== GetNetworkProfile === | === GetNetworkProfile === | ||
Takes an input "nn::util::Uuid" and a type-0x1A output buffer containing a [[#SfNetworkProfileData]]. | Takes an input "nn::util::Uuid" (same Uuid from [[#SfNetworkProfileData]]) and a type-0x1A output buffer containing a [[#SfNetworkProfileData]]. | ||
sdknso converts the output to [[#NetworkProfileData]]. | sdknso converts the output to [[#NetworkProfileData]]. | ||
| Line 300: | Line 300: | ||
| 0x0 || 0xC2 || [[#IpSettingData]] | | 0x0 || 0xC2 || [[#IpSettingData]] | ||
|- | |- | ||
| 0xC2 || 0x10 || | | 0xC2 || 0x10 || "nn::util::Uuid" | ||
|- | |- | ||
| 0xD2 || 0x40 || NUL-terminated string | | 0xD2 || 0x40 || NUL-terminated string | ||
| Line 326: | Line 326: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x10 || | | 0x0 || 0x10 || "nn::util::Uuid" | ||
|- | |- | ||
| 0x10 || 0x40 || NUL-terminated string | | 0x10 || 0x40 || NUL-terminated string | ||