DBus.Connection
Documentation
data Connection Source
Instances
data ConnectionError Source
Constructors
| InvalidAddress Text | |
| BadParameters Address Text | |
| UnknownMethod Address | |
| NoWorkingAddress [Address] |
connect :: Address -> IO ConnectionSource
connectFirst :: [Address] -> IO ConnectionSource
send :: Message a => Connection -> (Serial -> IO b) -> a -> IO (Either MarshalError b)Source