Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::client::StreamingClientInterface Class Referenceabstract

Detailed Description

The interface for the StreamingClient class.

Inheritance diagram for ola::client::StreamingClientInterface:
ola::client::StreamingClient

Classes

class  SendArgs
 

Public Member Functions

virtual bool Setup ()=0
 
virtual void Stop ()=0
 
virtual bool SendDmx (unsigned int universe, const DmxBuffer &data)=0
 
virtual bool SendDMX (unsigned int universe, const DmxBuffer &data, const SendArgs &args)=0
 

Member Function Documentation

◆ SendDMX()

virtual bool ola::client::StreamingClientInterface::SendDMX ( unsigned int universe,
const DmxBuffer & data,
const SendArgs & args )
pure virtual

◆ SendDmx()

virtual bool ola::client::StreamingClientInterface::SendDmx ( unsigned int universe,
const DmxBuffer & data )
pure virtual

◆ Setup()

virtual bool ola::client::StreamingClientInterface::Setup ( )
pure virtual

◆ Stop()

virtual void ola::client::StreamingClientInterface::Stop ( )
pure virtual

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