struct Upnp_Discovery

Returned in a UPNP_DISCOVERY_RESULT callback.

[more]char Date[LINE_SIZE]
Date when the response was generated.
[more]SOCKADDRIN* DestAddr
The host address of the device responding to the search.
[more]char DeviceId[LINE_SIZE]
The unique device identifier.
[more]char DeviceType[LINE_SIZE]
The device type.
[more]int ErrCode
The result code of the UpnpSearchAsync call.
[more]int Expires
The expiration time of the advertisement.
[more]char Ext[LINE_SIZE]
Confirmation that the MAN header was understood by the device.
[more]char Location[LINE_SIZE]
The URL to the UPnP description document for the device.
[more]char Os[LINE_SIZE]
The operating system the device is running.
[more]char ServiceType[LINE_SIZE]
The service type.
[more]char ServiceVer[LINE_SIZE]
The service version.


Documentation

Returned in a UPNP_DISCOVERY_RESULT callback.
oint ErrCode
The result code of the UpnpSearchAsync call.

oint Expires
The expiration time of the advertisement.

ochar DeviceId[LINE_SIZE]
The unique device identifier.

ochar DeviceType[LINE_SIZE]
The device type.

ochar ServiceType[LINE_SIZE]
The service type.

ochar ServiceVer[LINE_SIZE]
The service version.

ochar Location[LINE_SIZE]
The URL to the UPnP description document for the device.

ochar Os[LINE_SIZE]
The operating system the device is running.

ochar Date[LINE_SIZE]
Date when the response was generated.

ochar Ext[LINE_SIZE]
Confirmation that the MAN header was understood by the device.

oSOCKADDRIN* DestAddr
The host address of the device responding to the search.

Alphabetic index



This page was generated with the help of DOC++.