TxPlainText class
A message containing a String of plain text,
plus optional top-left corner position coordinates for the
text to be printed in the Frame display (Lua/1-based, i.e. 1,1
to 640,400
)
plus an optional palette offset (1..15, 0/'VOID' is invalid), plus optional character spacing
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pack(
) → Uint8List -
pack() should produce a message data payload that can be parsed by a corresponding
parser in the frameside application (Lua)
The 0x01 (raw user data marker) byte and the msgCode byte are
prepended to each bluetooth write() call by the Frame BLE sendDataRaw() method,
followed by the maximum amount of payload data that will fit until the whole message is sent.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited