buildRequest method

  1. @override
Uint8List buildRequest()
override

Build the request bytes to send to the device.

Implementation

@override
Uint8List buildRequest() => Uint8List.fromList([commandId, 0]);