User Manual

SDEP_CMD_GET_UTC_TIME = 0x0603, ///< Get UTC time in seconds
// TCP Commands
SDEP_CMD_TCP_CONNECT = 0x0700, ///< Create TCP stream socket and connect
SDEP_CMD_TCP_WRITE = 0x0701, ///< Write to the TCP stream socket
SDEP_CMD_TCP_FLUSH = 0x0702, ///< Flush TCP stream socket
SDEP_CMD_TCP_READ = 0x0703, ///< Read from the TCP stream socket
SDEP_CMD_TCP_DISCONNECT = 0x0704, ///< Disconnect TCP stream socket
SDEP_CMD_TCP_AVAILABLE = 0x0705, ///< Check if there is data in TCP stream socket
SDEP_CMD_TCP_PEEK = 0x0706, ///< Peek at byte data from TCP stream socket
SDEP_CMD_TCP_STATUS = 0x0707, ///< Get status of TCP stream socket
SDEP_CMD_TCP_SET_CALLBACK = 0x0708, ///< Set callback function for TCP connection
SDEP_CMD_TCP_LISTEN = 0x0709,
SDEP_CMD_TCP_ACCEPT = 0x070A,
SDEP_CMD_TCP_PEER_INFO = 0x070B,
// UDP Commands
SDEP_CMD_UDP_CREATE = 0x0800, ///< Create UDP socket
SDEP_CMD_UDP_WRITE = 0x0801, ///< Write to the UDP socket
SDEP_CMD_UDP_FLUSH = 0x0802, ///< Flush UDP stream socket
SDEP_CMD_UDP_READ = 0x0803, ///< Read from the UDP stream socket
SDEP_CMD_UDP_CLOSE = 0x0804, ///< Close UDP stream socket
SDEP_CMD_UDP_AVAILABLE = 0x0805, ///< Check if there is data in UDP stream socket
SDEP_CMD_UDP_PEEK = 0x0806, ///< Peek at byte data from UDP stream socket
SDEP_CMD_UDP_PACKET_INFO = 0x0807, ///< Get packet info of UDP stream socket
// MQTT Commands
SDEP_CMD_MQTTCONNECT = 0x0900, ///< Connect to a broker
SDEP_CMD_MQTTDISCONNECT = 0x0901, ///< Disconnect from a broker
SDEP_CMD_MQTTPUBLISH = 0x0902, ///< Publish a message to a topic
SDEP_CMD_MQTTSUBSCRIBE = 0x0903, ///< Subscribe to a topic
SDEP_CMD_MQTTUNSUBSCRIBE = 0x0904, ///< Unsubscribe from a topic
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 172 of 202