Network.Avahi.Common
- data Service = Service {}
- data BrowseQuery = BrowseQuery {}
- data InetProtocol
- proto2variant :: InetProtocol -> Variant
- variant2proto :: Variant -> InetProtocol
- forceMaybe :: String -> Maybe a -> a
- fromVariant_ :: IsVariant a => String -> Variant -> a
- iface_unspec :: Variant
- flags_empty :: Variant
- avahiBus :: BusName
- hostNameResolver :: BusName
- serviceResolver :: BusName
- serverInterface :: InterfaceName
- avahiBrowser :: InterfaceName
- entryGroupInterface :: InterfaceName
Documentation
Service specification
Constructors
| Service | |
Fields
| |
data BrowseQuery Source
Service browsing query
Constructors
| BrowseQuery | |
Fields
| |
data InetProtocol Source
Internet protocol specification
Constructors
| PROTO_UNSPEC | Unspecified (any) protocol (-1) |
| PROTO_INET | IPv4 protocol (0) |
| PROTO_INET6 | IPv6 protocol (1) |
Instances
forceMaybe :: String -> Maybe a -> aSource
fromVariant_ :: IsVariant a => String -> Variant -> aSource