Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::rdm::ResponderOps< Target >::ParamHandler Struct Reference

Detailed Description

template<class Target>
struct ola::rdm::ResponderOps< Target >::ParamHandler

the structure that defines the behaviour for a specific PID.o

Either the get_handler or set_handlers may be NULL if the command class isn't defined for this PID.

Public Attributes

uint16_t pid
 
RDMHandler get_handler
 
RDMHandler set_handler
 

Member Data Documentation

◆ get_handler

template<class Target >
RDMHandler ola::rdm::ResponderOps< Target >::ParamHandler::get_handler

The method used to handle GETs

◆ pid

template<class Target >
uint16_t ola::rdm::ResponderOps< Target >::ParamHandler::pid

The PID this handler is for

◆ set_handler

template<class Target >
RDMHandler ola::rdm::ResponderOps< Target >::ParamHandler::set_handler

The method used to handle SETs


The documentation for this struct was generated from the following file: