RDMnet  HEAD (unstable)
Implementation of ANSI E1.33 (RDMnet)
View other versions:

Overview

Implementation of RDMnet device functionality; see Using the Device API.

RDMnet devices are clients which exclusively receive and respond to RDM commands. Devices operate on only one scope at a time. This API provides classes tailored to the usage concerns of an RDMnet device.

See Using the Device API for a detailed description of how to use this API.

Data Structures

class  VirtualEndpointConfig
 Configuration information for a virtual endpoint on a device. More...
 
class  PhysicalEndpointResponder
 Identifying information for a physical RDM responder connected to an RDMnet gateway. More...
 
class  PhysicalEndpointConfig
 Configuration information for a physical endpoint on a device. More...
 
class  Device
 An instance of RDMnet device functionality. More...
 
class  Device::NotifyHandler
 A base class for a class that receives notification callbacks from a device. More...
 
struct  Device::Settings
 A set of configuration settings that a device needs to initialize. More...