Message class

Mixed in types
Implementers

Constructors

Message(Schema schema, [String namespace = '/'])

Properties

boolMask int
getter/setter pair
bytesPerMessage int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
intList List<int>
final
namespace String
getter/setter pair
payloadBytes Uint8List?
getter/setter pair
raw Uint8List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Schema
final
stringList Map<int, String>
final

Methods

containsInt(int id) bool
containsPayload() bool
containsString(int id) bool
disable(int id) → void
enable(int id) → void
getBool(int id) bool
getInt(int id) int
getNamespace() String
getRadians(int id) double
inherited
getSingle(int id) double
getString(int id) String?
getUInt(int id) int
isEnabled(int id) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putBool(int id, bool value) → void
putInt(int id, int value) → void
putPayload(Uint8List data) → void
putRadians(int id, double value) → void
inherited
putSingle(int id, double value) → void
putString(int id, String value) → void
putUInt(int id, int value) → void
reset() → dynamic
toString() String
A string representation of this object.
override
zigzagDecode(int i) int
inherited
zigzagEncode(int i) int
inherited

Operators

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