createRequest method

Uint8List createRequest()
override

Constructs and returns a request command packet.

Implementation

Uint8List createRequest() => Uint8List(1)..[0] = COM_QUIT;