DaapObject class

DAAP object.

Constructors

DaapObject(Uint8List data)
DAAP object constructor.

Properties

code DmapCode
DMAP code
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawData Uint8List
object raw data
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
DAAP object value getter.
no setter

Methods

decode(Uint8List data) → void
Decodes DAAP server response to DAAP object.
getAtom(String code) → dynamic
Search appropriate object value by code name in object tree.
getCode(Uint8List data) DmapCode
Get DAAP object DMAP code from data.
getDataLength(Uint8List data) int
Get DAAP object data length.
getTimestamp(Uint8List data) DateTime
Get DAAP timestamp data type value.
getVersion(Uint8List data) String
Get DAAP protocol version.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Creates DAAP object class string representation.
override

Operators

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