#include <IOTCCommon.h>
| Data Fields | |
| char | UID [21] | 
| The UID of discovered device. | |
| char | IP [16] | 
| The IP address of discovered device. | |
| uint16_t | port | 
| The port number of discovered device used for IOTC session connection. | |
| char | Reserved | 
| Reserved, no use. | |
Device search info, containing all the information when client searches devices in LAN.
| char IP[16] | 
The IP address of discovered device.
| uint16_t port | 
The port number of discovered device used for IOTC session connection.
| char Reserved | 
Reserved, no use.
| char UID[21] | 
The UID of discovered device.