Index: sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h =================================================================== diff -u -r6cad9b004e904200b71de7431c745795256080df -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 --- sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision 6cad9b004e904200b71de7431c745795256080df) +++ sources/model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h (.../MTreatmentAdjustUltrafiltrationStateResponse.h) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) @@ -30,15 +30,18 @@ * \brief The MAdjustUltrafiltrationStateResponse class * \details The ultrafiltration adjustment state response model * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | - * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:-----------: | - * |0x1000| 0x100 | 9 | Rsp | N | HD | UI | Generic response ACK/NAK | + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | + * |:---:|:------:|:-----:|:----:|:---:|:---:|:----:|:------------------------:| + * | 65 | 0x020 | 6 | Rsp | Y | HD | UI | UF Pause/Resume Response | * * | Payload || * | || - * | #1:(U08) | \ref Data::mAccepted | + * | #1:(U32) | \ref Data::mAccepted | + * | #2:(U32) | \ref Data::mReason | + * | #3:(U32) | \ref Data::mState | * * \sa Data + * \sa MAdjustUltrafiltrationStateReq : Ultrafiltration state change Request * *