menu
psdk_frame_father package
documentation
father/command/single/binary_command.dart
BinaryCommand
appendUint8List method
appendUint8List method
dark_mode
light_mode
appendUint8List
method
BinaryCommand
appendUint8List
(
Uint8List
binary
)
Implementation
BinaryCommand appendUint8List(Uint8List binary) { _binary.addAll(binary); return this; }
psdk_frame_father package
documentation
father/command/single/binary_command
BinaryCommand
appendUint8List method
BinaryCommand class