buildRequest method

  1. @override
Uint8List buildRequest()
override

Build the request bytes to send to the device.

Implementation

@override
Uint8List buildRequest() {
  return Uint8List.fromList([commandId, 0]);
}