@override ByteData serialize() { var data_ = ByteData(mavlinkEncodedLength); MavlinkMessage.setUint8List(data_, 0, rcRaw); return data_; }