libUPnP  1.6.17
ssdp_ResultData.h
Go to the documentation of this file.
1 #ifndef SSDP_RESULTDATA_H
2 #define SSDP_RESULTDATA_H
3 
17 typedef struct resultData
18 {
19  struct Upnp_Discovery param;
20  void *cookie;
21  Upnp_FunPtr ctrlpt_callback;
22 } ResultData;
23 
24 /* @} SSDPlib */
25 
26 #endif /* SSDP_RESULTDATA_H */