Safe Haskell | None |
---|
DBus.Transport
Documentation
Constructors
UDSPath ByteString | |
UDSTmpDir ByteString | |
UDSAbstract ByteString |
Constructors
TCP | |
data TransportType Source
Constructors
TransportTCP TCP | |
TransportUnix UDS | |
OtherTransport ByteString [(ByteString, ByteString)] |
Instances
type GUID = ByteStringSource
withProtocol :: Parser t -> ((t, [(ByteString, ByteString)]) -> Parser a) -> Parser (Maybe (Maybe ByteString, a))Source
parseMaybe :: MonadPlus m => Maybe a -> m aSource
connectTcp :: TCP -> IO SocketSource
connectUnix :: UDS -> IO SocketSource