Open Lighting Architecture
Latest Git
|
The interface for an implementation of the USB DMX plugin.
Public Member Functions | |
virtual bool | Start ()=0 |
Start the implementation. More... | |
virtual bool | Stop ()=0 |
Stop the implementation. More... | |
|
pure virtual |
Start the implementation.
Implemented in ola::plugin::usbdmx::AsyncPluginImpl, and ola::plugin::usbdmx::SyncPluginImpl.
|
pure virtual |
Stop the implementation.
Implemented in ola::plugin::usbdmx::AsyncPluginImpl, and ola::plugin::usbdmx::SyncPluginImpl.