Safe Haskell | None |
---|---|
Language | Haskell98 |
DBus.Internal.Wire
Documentation
data MarshalError Source #
Instances
data UnmarshalError Source #
Instances
marshalMessage :: Message a => Endianness -> Serial -> a -> Either MarshalError ByteString Source #
unmarshalMessageM :: Monad m => (Int -> m ByteString) -> m (Either UnmarshalError ReceivedMessage) Source #