Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
avahi-gobject
Avahi
ServiceResolver
aprotocol
domain
flags
interface
name
protocol
type
ServiceResolver
attach
get_address
failure
found
ServiceResolver
Object Hierarchy:
Description:
public
class
ServiceResolver
:
Object
Namespace:
Avahi
Package:
avahi-gobject
Content:
Properties:
public
Protocol
protocol
{
set
;
get
; }
public
Protocol
aprotocol
{
set
;
get
; }
public
Interface
interface
{
set
;
get
; }
public
string
name
{
set
;
owned
get
; }
public
string
type
{
set
;
owned
get
; }
public
string
domain
{
set
;
owned
get
; }
public
LookupFlags
flags
{
set
;
get
; }
Creation methods:
public
ServiceResolver
(
Interface
interface,
Protocol
protocol,
string
name,
string
type,
string
domain,
Protocol
address_protocol,
LookupFlags
flags =
NO_FLAGS
)
Methods:
public
void
attach
(
Client
client)
throws
Error
public
bool
get_address
(
out
Address
address,
out
uint16
port)
Signals:
public
void
found
(
Interface
interface,
Protocol
protocol,
string
name,
string
type,
string
domain,
string
hostname,
Address
? address,
uint16
port,
StringList
? txt,
LookupResultFlags
flags)
public
void
failure
(
Error
error)