dnssd_service_state_e class abstract

@brief Enumeration for Network Service Discovery DNSSD browse state. @since_tizen 3.0

Constructors

dnssd_service_state_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

DNSSD_SERVICE_STATE_ADDRESS_LOOKUP_FAILED → const int
<Lookup failure for IP address
DNSSD_SERVICE_STATE_AVAILABLE → const int
<Available DNS-SD service found
DNSSD_SERVICE_STATE_HOST_NAME_LOOKUP_FAILED → const int
<Lookup failure for host name and port number
DNSSD_SERVICE_STATE_NAME_LOOKUP_FAILED → const int
<Lookup failure for service name
DNSSD_SERVICE_STATE_UNAVAILABLE → const int
<DNS-SD service not available