Share via


IUPnPService (Windows Embedded CE 6.0)

1/6/2010

This interface enables an application to query state variables and invoke actions on an instance of a service.

The following table lists and describes this interface's members.

Method Description

AddCallback

Registers a service callback.

Id

Returns the service identifier for the service.

InvokeAction

Invokes the specified action.

LastTransportStatus

Returns the HTTP status of the last request sent to the service on the device. It is either a request to invoke an action or query the value of a non-evented state variable.

QueryStateVariable

Returns the value of the specified state variable.

ServiceTypeIdentifier

Returns the service type identifier for the service.

Requirements

Header upnp.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

UPnP Control Point API Interfaces
IUPnPDevices