DataReceive class
Simple protocol selector to emulate the C# behavior. Event payload similar to DataReceive in your C# code.
Constructors
-
DataReceive({required String text, required List<
int> bytes, int? indexOfBinaryByte})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited