ResourceGroup
Object Hierarchy:
Description:
[
CCode ( type_id =
"gssdp_resource_group_get_type ()" ) ]
public class ResourceGroup :
Object
Class for controlling resource announcement.
A ResourceGroup is a group of SSDP resources whose availability can be controlled as one. This is useful when
one needs to announce a single service as multiple SSDP resources (UPnP does this for example).
Content:
Properties:
- public bool available { get; set; }
Whether this group of resources is available or not.
- public Client client { get; construct; }
- public uint max_age { get; set; }
The number of seconds our advertisements are valid.
- public uint message_delay { get; set; }
The minimum number of milliseconds between SSDP messages.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object