parseResponse abstract method
Parse the response bytes from the device.
Implementation
VtjCommandResult<TResult> parseResponse(Uint8List response);
Parse the response bytes from the device.
VtjCommandResult<TResult> parseResponse(Uint8List response);