RygelEnergyManagement

RygelEnergyManagement — Implementation of UPnP EnergyManagement service.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_ENERGY_MANAGEMENT

#define RYGEL_TYPE_ENERGY_MANAGEMENT (rygel_energy_management_get_type ())

The type for RygelEnergyManagement.


RYGEL_ENERGY_MANAGEMENT_UPNP_ID

#define RYGEL_ENERGY_MANAGEMENT_UPNP_ID "urn:upnp-org:serviceId:EnergyManagement"

RYGEL_ENERGY_MANAGEMENT_UPNP_TYPE

#define RYGEL_ENERGY_MANAGEMENT_UPNP_TYPE "urn:schemas-upnp-org:service:EnergyManagement:1"

RYGEL_ENERGY_MANAGEMENT_DESCRIPTION_PATH

#define RYGEL_ENERGY_MANAGEMENT_DESCRIPTION_PATH "xml/EnergyManagement.xml"

struct RygelEnergyManagement

struct RygelEnergyManagement {
	GUPnPService parent_instance;
	RygelEnergyManagementPrivate * priv;
};

Implementation of UPnP EnergyManagement service.


struct RygelEnergyManagementClass

struct RygelEnergyManagementClass {
	GUPnPServiceClass parent_class;
};

The class structure for RYGEL_TYPE_ENERGY_MANAGEMENT. All the fields in this structure are private and should never be accessed directly.

Members