Public Member Functions |
| RDMDiscoveryRequest (const UID &source, const UID &destination, uint8_t transaction_number, uint8_t port_id, uint16_t sub_device, uint16_t param_id, const uint8_t *data, unsigned int length, const OverrideOptions &options=OverrideOptions()) |
uint8_t | PortId () const |
| The Port ID for this request.
|
virtual void | Print (CommandPrinter *printer, bool summarize, bool unpack_param_data) const |
| Output the contents of the command to a CommandPrinter.
|
| RDMRequest (const UID &source, const UID &destination, uint8_t transaction_number, uint8_t port_id, uint16_t sub_device, RDMCommandClass command_class, uint16_t param_id, const uint8_t *data, unsigned int length, const OverrideOptions &options=OverrideOptions()) |
| Create a new request.
|
RDMCommandClass | CommandClass () const |
| The CommmandClass of this message.
|
virtual RDMRequest * | Duplicate () const |
| Make a copy of the request.
|
bool | IsDUB () const |
| Check if this is a DUB request.
|
uint8_t | SubStartCode () const |
| The Sub-Start code for the RDMCommand.
|
uint8_t | MessageLength () const |
| The Message length field.
|
uint16_t | Checksum (uint16_t checksum) const |
| Modify the calculated checksum for this command.
|
void | SetSourceUID (const UID &source_uid) |
| Set the source UID.
|
void | SetTransactionNumber (uint8_t transaction_number) |
| Set the transaction number.
|
void | SetPortId (uint8_t port_id) |
| Set the Port Id.
|
Public Member Functions inherited from ola::rdm::RDMCommand |
bool | operator== (const RDMCommand &other) const |
| Test for equality.
|
const UID & | SourceUID () const |
| Returns the Source UID of the RDMCommand.
|
const UID & | DestinationUID () const |
| Returns the Destination UID of the RDMCommand.
|
uint8_t | TransactionNumber () const |
| Returns the Transaction Number of the RDMCommand.
|
uint8_t | PortIdResponseType () const |
| Returns the Port ID of the RDMCommand.
|
uint8_t | MessageCount () const |
| Returns the Message Count of the RDMCommand.
|
uint16_t | SubDevice () const |
| Returns the SubDevice of the RDMCommand.
|
uint16_t | ParamId () const |
| Returns the Parameter ID of the RDMCommand.
|
unsigned int | ParamDataSize () const |
| Returns the Size of the Parameter Data of the RDMCommand.
|
const uint8_t * | ParamData () const |
| Returns the Parameter Data of the RDMCommand.
|
std::string | ToString () const |
| Create a human readable string from the RDMCommand object.
|