Changes

229 bytes added ,  00:55, 15 May 2020
Line 169: Line 169:     
sdknso implements this by <code>return</code>ing the u32, with 0 being returned on error / when service isn't initialized.
 
sdknso implements this by <code>return</code>ing the u32, with 0 being returned on error / when service isn't initialized.
 +
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None
 +
|-
 +
| 1 || Initialized
 +
|-
 +
| 2 || AccessPointOpened
 +
|-
 +
| 3 || AccessPointCreated
 +
|-
 +
| 4 || StationOpened
 +
|-
 +
| 5 || StationConnected
 +
|-
 +
| 6 || Invalid
 +
|-
 +
|}
    
=== GetNetworkInfo ===
 
=== GetNetworkInfo ===