createRequest method
Constructs and returns a request command packet.
Implementation
Uint8List createRequest() => Uint8List(1)..[0] = COM_DEBUG;
Constructs and returns a request command packet.
Uint8List createRequest() => Uint8List(1)..[0] = COM_DEBUG;