#include <IOTCCommon.h>
| Data Fields | |
| char | UID [21] | 
| The UID of discovered device. | |
| char | IP [46] | 
| The IP address of discovered device. | |
| uint16_t | port | 
| The port number of discovered device used for IOTC session connection. | |
| char | DeviceName [132] | 
| The Name of discovered device. | |
| char | Reserved | 
| Reserved, no use. | |
| int32_t | nNew | 
| New device. | |
Device search info, containing all the information and device name when client searches devices in LAN.
| char DeviceName[132] | 
The Name of discovered device.
| char IP[46] | 
The IP address of discovered device.
| int32_t nNew | 
New 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.