User Manual

Parameters:
p: The 'Print' implementation to use. Leave this field empty and it will default to 'Serial' which is used for the Serial
Monitor output.
Returns: Nothing.
void printNetwork (Print& p = Serial)
Displays the following network details when connected to an AP:
SSID Name
SSID Encryption Method
MAC Address
Local IP Address
Gateway Address
Subnet Mask
Parameters:
p: The 'Print' implementation to use. Leave this field empty and it will default to 'Serial' which is used for the Serial
Monitor output.
Returns: Nothing.
void printEncryption (int32_t enc, Print& p = Serial)
Displays a string that corresponds to the specified encryption type (see .encryptionType elsewhere in this class):
Parameters:
enc: The security encryption type used by the AP
p: The 'Print' implementation to us. Leave this field empty and it will default to 'Serial' which is used for the Serial
Monitor output.
Returns: Nothing
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 69 of 202