cc3000 hostdriver with the mbed socket interface
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.h
- Revision:
- 42:bd2c631a031a
- Parent:
- 39:03ac37ab34eb
- Child:
- 43:864437b6c058
--- a/cc3000.h Sat Oct 12 21:03:45 2013 +0000 +++ b/cc3000.h Sat Oct 12 21:53:28 2013 +0000 @@ -1000,6 +1000,14 @@ * return SOC_ERROR if socket was not opened successfully, or if an error occurred.\n */ int32_t mdns_advertiser(uint16_t mdns_enabled, uint8_t * device_service_name, uint16_t device_service_name_length); + /** + * \brief + * \param[in] s_addr in host format ( little endian ) + * \param[in] *buf buffer to write too + * \param[in] buflen length of supplied buffer + * \return pointer to buf \n + */ + char * inet_ntoa_r(uint32_t s_addr, char *buf, int buflen); #ifndef CC3000_TINY_DRIVER /** * \brief Get host IP by name.\n