/*! * * Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file MAdjustDGSerialNumberResponse.h * \author (last) Behrouz NematiPour * \date (last) 13-Jun-2021 * \author (original) Behrouz NematiPour * \date (original) 13-Jun-2021 * */ #pragma once // Qt // Project #include "MAbstract.h" #include "types.h" // forward declarations class tst_models; namespace Model { /*! * \brief The MAdjustSerialNumberDGResponse class * \details The DG serial number response data model * * | MSG | CAN ID | Type | Ack | Src | Dst | Description | * |:----:|:------:|:------:|:---:|:---:|:---:|:-----------: | * |0x8800| 0x070 | Rsp | Y | DG | UI | DG Serial Number | * * | Payload || * | || * | #1:(bytes) | \ref Data::serialNumber + null term | * * \sa Data * *