Open Lighting Architecture
0.9.6
|
The interface for an implementation of the USB DMX plugin.
Public Member Functions | |
virtual bool | Start ()=0 |
Start the implementation. | |
virtual bool | Stop ()=0 |
Stop the implementation. |
|
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.