Enums¶
Details¶
- class GSSDP.Error(value)¶
Bases:
GObject.GEnum
Error used in client creation.
- NO_IP_ADDRESS = 0¶
GSSDP could not find a valid IP address of a
GSSDP.Client
.
- FAILED = 1¶
Unknown error.
- class GSSDP.UDAVersion(value)¶
Bases:
GObject.GEnum
Implemented behavior of the UDA (Unified Device Architecture) protocol.
- VERSION_UNSPECIFIED = 0¶
When creating a client, use the default version
- VERSION_1_0 = 1¶
Use Version 1.0 of the UDA specification (UPnP/1.0)
- VERSION_1_1 = 2¶
Use Version 1.1 of the UDA specification (UPnP/1.1)