User Manual

AdafruitSDEP
This class handles sending and receiving SDEP messages between the user code and the lower level feather lib.
Normally you will never need to send SDEP messages yourself, and you will use the higher level helper classes
mentionned elsewhere on this page, but AdafruitHTTP inherits from AdafruitSDEP, so you have access to all of the
functions in AdafruitSDEP via the standard Feather object, such as Feather.sdep_n(...), Feather.errno(), etc.
For detailed information see: AdafruitSDEP (https://adafru.it/mfk)
Client API
The WICED Feather board support package also includes support for the standard Arduino
Client (https://adafru.it/lFj) interface, which is common to almost every networking device in the Arduino family. The
Adafruit helper classes mentionned above expose many standard Client functions, and you should be able to adapt
Client based example code to the WICED Feather with minimal changes and effort.
For detailed information see: Client
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 57 of 202