21 #ifndef INCLUDE_OLA_RDM_RDMREPLY_H_
22 #define INCLUDE_OLA_RDM_RDMREPLY_H_
26 #include <ola/rdm/RDMFrame.h>
27 #include <ola/rdm/RDMResponseCodes.h>
48 explicit RDMReply(RDMStatusCode status_code);
70 RDMStatusCode
StatusCode()
const {
return m_status_code; }
146 RDMStatusCode m_status_code;
147 std::auto_ptr<RDMResponse> m_response;
154 #endif // INCLUDE_OLA_RDM_RDMREPLY_H_