MSPCommunication class
Constructors
- MSPCommunication.new(String portName)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- port ↔ SerialPort
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
avaiblePorts(
) → Future< void> -
crc8DvbS2(
List< int> input) → int -
crc8DvbS2Byte(
int crc, int data) → int -
encodeMessageV1(
int code, dynamic data) → Uint8List -
encodeMessageV2(
int code, dynamic data) → Uint8List -
intListToBytes(
List< int> list) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessageCLI(
) → Future< void> -
sendMessageV1(
int code, dynamic data) → Future< void> -
sendMessageV2(
int code, dynamic data) → Future< void> -
stringToBytes(
String str) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited