dbus-core-0.8.3: Low-level D-Bus protocol implementation

DBus.Message

Synopsis

Documentation

class Message a whereSource

A value used to uniquely identify a particular message within a session. Serials are 32-bit unsigned integers, and eventually wrap.

Not an actual message type, but a wrapper around messages received from the bus. Each value contains the message's Serial and possibly the origin's BusName

data Flag Source

Instances

data Unknown Source

Constructors

Unknown 

Instances