Avahi.ServiceResolver¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Avahi protocol of the address to be resolved |
||
r/w |
Domain to browse in |
||
r/w |
Resolver lookup flags |
||
r/w |
Interface use for resolver |
||
r/w |
name to resolve |
||
r/w |
Avahi protocol to resolve on |
||
r/w |
Service type to browse for |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Avahi.ServiceResolver(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(interface, protocol, name, type, domain, address_protocol, flags)¶
- Parameters:
interface (
int
) –protocol (
AvahiCore.Protocol
) –name (
str
) –type (
str
) –domain (
str
) –address_protocol (
AvahiCore.Protocol
) –flags (
Avahi.LookupFlags
) –
- Return type:
- attach(client)¶
- Parameters:
client (
Avahi.Client
) –- Raises:
- Return type:
- get_address(address, port)¶
- Parameters:
address (
AvahiCore.Address
) –port (
int
) –
- Return type:
Signal Details¶
- Avahi.ServiceResolver.signals.failure(service_resolver, object)¶
- Signal Name:
failure
- Flags:
- Parameters:
service_resolver (
Avahi.ServiceResolver
) – The object which received the signal
- Avahi.ServiceResolver.signals.found(service_resolver, object, p0, p1, p2, p3, p4, p5, p6, p7, p8)¶
- Signal Name:
found
- Flags:
- Parameters:
service_resolver (
Avahi.ServiceResolver
) – The object which received the signalobject (
int
) –p0 (
Avahi.Protocol
) –p1 (
str
) –p2 (
str
) –p3 (
str
) –p4 (
str
) –p6 (
int
) –p8 (
Avahi.LookupResultFlags
) –
Property Details¶
- Avahi.ServiceResolver.props.aprotocol¶
- Name:
aprotocol
- Type:
- Default Value:
- Flags:
Avahi protocol of the address to be resolved
- Avahi.ServiceResolver.props.domain¶
-
Domain to browse in
- Avahi.ServiceResolver.props.flags¶
- Name:
flags
- Type:
- Default Value:
- Flags:
Resolver lookup flags
- Avahi.ServiceResolver.props.interface¶
-
Interface use for resolver
- Avahi.ServiceResolver.props.name¶
-
name to resolve
- Avahi.ServiceResolver.props.protocol¶
- Name:
protocol
- Type:
- Default Value:
- Flags:
Avahi protocol to resolve on