Prusa3d Marlin fork
|
A response message - responses are being sent from the MMU into the printer as a response to a request message.
#include <mmu2_protocol.h>
Public Member Functions | |
constexpr uint8_t | ComputeCRC8 () const |
constexpr | ResponseMsg (RequestMsg request, ResponseMsgParamCodes paramCode, uint16_t paramValue) |
constexpr uint8_t | CRC () const |
Public Attributes | |
RequestMsg | request |
response is always preceeded by the request message | |
ResponseMsgParamCodes | paramCode |
code of the parameter | |
uint16_t | paramValue |
value of the parameter | |
|
inlineconstexpr |
request | the source request message this response is a reply to |
paramCode | code of the parameter |
paramValue | value of the parameter |