Returned in a UPNP_DISCOVERY_RESULT callback.
 - 
![[more]](icon1.gif) char Date[LINE_SIZE] char Date[LINE_SIZE]
- Date when the response was generated.
- 
![[more]](icon1.gif) SOCKADDRIN* DestAddr SOCKADDRIN* DestAddr
- The host address of the device responding to the search.
- 
![[more]](icon1.gif) char DeviceId[LINE_SIZE] char DeviceId[LINE_SIZE]
- The unique device identifier.
- 
![[more]](icon1.gif) char DeviceType[LINE_SIZE] char DeviceType[LINE_SIZE]
- The device type.
- 
![[more]](icon1.gif) int ErrCode int ErrCode
- The result code of the UpnpSearchAsync call.
- 
![[more]](icon1.gif) int Expires int Expires
- The expiration time of the advertisement.
- 
![[more]](icon1.gif) char Ext[LINE_SIZE] char Ext[LINE_SIZE]
- Confirmation that the MAN header was understood by the device.
- 
![[more]](icon1.gif) char Location[LINE_SIZE] char Location[LINE_SIZE]
- The URL to the UPnP description document for the device.
- 
![[more]](icon1.gif) char Os[LINE_SIZE] char Os[LINE_SIZE]
- The operating system the device is running.
- 
![[more]](icon1.gif) char ServiceType[LINE_SIZE] char ServiceType[LINE_SIZE]
- The service type.
- 
![[more]](icon1.gif) char ServiceVer[LINE_SIZE] char ServiceVer[LINE_SIZE]
- The service version.
Documentation
Returned in a UPNP_DISCOVERY_RESULT callback. 
 int ErrCode int ErrCode
- The result code of the UpnpSearchAsync call. 
 
 
 int Expires int Expires
- The expiration time of the advertisement. 
 
 
 char DeviceId[LINE_SIZE] char DeviceId[LINE_SIZE]
- The unique device identifier. 
 
 
 char DeviceType[LINE_SIZE] char DeviceType[LINE_SIZE]
- The device type. 
 
 
 char ServiceType[LINE_SIZE] char ServiceType[LINE_SIZE]
- The service type. 
 
 
 char ServiceVer[LINE_SIZE] char ServiceVer[LINE_SIZE]
- The service version. 
 
 
 char Location[LINE_SIZE] char Location[LINE_SIZE]
- The URL to the UPnP description document for the device. 
 
 
 char Os[LINE_SIZE] char Os[LINE_SIZE]
- The operating system the device is running. 
 
 
 char Date[LINE_SIZE] char Date[LINE_SIZE]
- Date when the response was generated. 
 
 
 char Ext[LINE_SIZE] char Ext[LINE_SIZE]
- Confirmation that the MAN header was understood by the device. 
 
 
 SOCKADDRIN* DestAddr SOCKADDRIN* DestAddr
- The host address of the device responding to the search. 
 
Alphabetic index
This page was generated with the help of DOC++.