Network Interface services: Difference between revisions
Masagrator (talk | contribs) No edit summary |
Masagrator (talk | contribs) mNo edit summary |
||
| Line 160: | Line 160: | ||
=== EnumerateNetworkProfiles === | === EnumerateNetworkProfiles === | ||
Takes an input u8 [[#NetworkProfileType]] and type-0x6 output buffer containing a [[#NetworkProfileBasicInfo]] array. Outputs total available count of entries for given input. | Takes an input u8 [[#NetworkProfileType]] and type-0x6 output buffer containing a [[#NetworkProfileBasicInfo]] array. Outputs u32 total available count of entries for given input. | ||
sdknso uses hardcoded [[#NetworkProfileType]] "User" as input and converts the output to "SfNetworkProfileBasicInfo". | sdknso uses hardcoded [[#NetworkProfileType]] "User" as input and converts the output to "SfNetworkProfileBasicInfo". | ||