15 lines
185 B
C
Executable File
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
|