1
0
Files
2016-11-30 09:03:17 +08:00

15 lines
185 B
C
Executable File

#ifndef _DEVINFO
#define _DEVINFO
struct device_info{
char devicetype[64];
char udn[64];
char servicetype[64];
char serviceId[64];
};
#endif