DBusWSReadBuffer class

Decodes DBus messages from binary data.

Constructors

DBusWSReadBuffer()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

flush() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readDBusArray(DBusSignature childSignature, dynamic item) DBusArray?
Reads a DBusArray from the buffer or returns null if not enough data.
readDBusBoolean(dynamic item) DBusBoolean?
Reads a DBusBoolean from the buffer or returns null if not enough data.
readDBusByte(dynamic item) DBusByte?
Reads a DBusByte from the buffer or returns null if not enough data.
readDBusDict(DBusSignature keySignature, DBusSignature valueSignature, dynamic item) DBusDict?
readDBusDouble(dynamic item) DBusDouble?
Reads a DBusDouble from the buffer or returns null if not enough data.
readDBusInt16(dynamic item) DBusInt16?
Reads a DBusInt16 from the buffer or returns null if not enough data.
readDBusInt32(dynamic item) DBusInt32?
Reads a DBusInt32 from the buffer or returns null if not enough data.
readDBusInt64(dynamic item) DBusInt64?
Reads a DBusInt64 from the buffer or returns null if not enough data.
readDBusObjectPath(dynamic item) DBusObjectPath?
Reads a DBusObjectPath from the buffer or returns null if not enough data.
readDBusSignature(dynamic item) DBusSignature?
Reads a DBusSignature from the buffer or returns null if not enough data.
readDBusString(dynamic item) DBusString?
Reads a DBusString from the buffer or returns null if not enough data.
readDBusStruct(Iterable<DBusSignature> childSignatures, dynamic item) DBusStruct?
Reads a DBusStruct from the buffer or returns null if not enough data.
readDBusUint16(dynamic item) DBusUint16?
Reads a DBusUint16 from the buffer or returns null if not enough data.
readDBusUint32(dynamic item) DBusUint32?
Reads a DBusUint32 from the buffer or returns null if not enough data.
readDBusUint64(dynamic item) DBusUint64?
Reads a DBusUint64 from the buffer or returns null if not enough data.
readDBusValue(DBusSignature signature, dynamic item) DBusValue?
Reads a DBusValue with signature.
readDBusValuesFromJson(DBusSignature signature, dynamic values_in_json) List<DBusValue>
readDBusVariant(dynamic item) DBusVariant?
Reads a DBusVariant from the buffer or returns null if not enough data.
readMessage() → DBusMessage?
Reads a D-Bus message from the buffer or returns null if not enough data.
setResponseData(String responsedata) → void
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited