NWMUDS:GetChannel: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001A0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..."
 
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
|-
|-
| 2
| 2
| Wifi channel
| u8 Wifi channel
|}
|}


=Description=
=Description=
This returns the wifi channel this device is currently using.
This returns the wifi channel of the current network. This returns 0 when not connected to any network(host/client).

Latest revision as of 21:37, 6 April 2016

Request

Index Word Description
0 Header code [0x001A0000]

Response

Index Word Description
0 Header code
1 Result code
2 u8 Wifi channel

Description

This returns the wifi channel of the current network. This returns 0 when not connected to any network(host/client).