enum UPnP_EventType

The reason code for an event callback.
The Event parameter will be different depending on the reason for the callback. The descriptions for each event type describe the contents of the Event parameter.

o UPNP_CONTROL_ACTION_REQUEST
Received by a device when a control point issues a control request.
o UPNP_CONTROL_ACTION_COMPLETE
A UpnpSendActionAsync call completed.
o UPNP_CONTROL_GET_VAR_REQUEST
Received by a device when a query for a single service variable arrives.
o UPNP_CONTROL_GET_VAR_COMPLETE
A UpnpGetServiceVarStatus call completed.
o UPNP_DISCOVERY_ADVERTISEMENT_ALIVE
Received by a control point when a new device or service is available.
o UPNP_DISCOVERY_ADVERTISEMENT_BYEBYE
Received by a control point when a device or service shuts down.
o UPNP_DISCOVERY_SEARCH_RESULT
Received by a control point when a matching device or service responds.
o UPNP_DISCOVERY_SEARCH_TIMEOUT
Received by a control point when the search timeout expires.
o UPNP_EVENT_SUBSCRIPTION_REQUEST
Received by a device when a subscription arrives.
o UPNP_EVENT_RECEIVED
Received by a control point when an event arrives.
o UPNP_EVENT_RENEWAL_COMPLETE
A UpnpRenewSubscriptionAsync call completed.
o UPNP_EVENT_SUBSCRIBE_COMPLETE
A UpnpSubscribeAsync call completed.
o UPNP_EVENT_UNSUBSCRIBE_COMPLETE
A UpnpUnSubscribeAsync call completed.
o UPNP_EVENT_AUTORENEWAL_FAILED
The auto-renewal of a client subscription failed.
o UPNP_EVENT_SUBSCRIPTION_EXPIRED
A client subscription has expired.

Alphabetic index



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