Open Lighting Architecture  Latest Git
Public Member Functions | List of all members
ola::client::OlaPort Class Reference

Detailed Description

The base class that represents a port.

Inheritance diagram for ola::client::OlaPort:
Inheritance graph
[legend]

Public Member Functions

 OlaPort (unsigned int port_id, unsigned int universe, bool active, const std::string &description, port_priority_capability capability, port_priority_mode mode, uint8_t priority, bool supports_rdm)
 
unsigned int Id () const
 
unsigned int Universe () const
 The universe this port is patched to.
 
bool IsActive () const
 
const std::string & Description () const
 The description of this port.
 
port_priority_capability PriorityCapability () const
 
port_priority_mode PriorityMode () const
 
uint8_t Priority () const
 
bool SupportsRDM () const
 Indicates if this port supports RDM. More...
 

Member Function Documentation

◆ SupportsRDM()

bool ola::client::OlaPort::SupportsRDM ( ) const
inline

Indicates if this port supports RDM.

Returns
true if the port supports RDM, false otherwise

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