|
Open Lighting Architecture
|
Read ACN messages from a stream. Generally you want to use the IncomingTCPTransport directly. This class is used for testing.
Public Member Functions | |
| IncommingStreamTransport (class BaseInflator *inflator, ola::io::ConnectedDescriptor *descriptor, const ola::network::IPV4SocketAddress &source) | |
| ~IncommingStreamTransport () | |
| bool | Receive () |
| ola::plugin::e131::IncommingStreamTransport::IncommingStreamTransport | ( | class BaseInflator * | inflator, |
| ola::io::ConnectedDescriptor * | descriptor, | ||
| const ola::network::IPV4SocketAddress & | source | ||
| ) |
Create a new IncommingStreamTransport.
| inflator | the inflator to call for each PDU |
| descriptor | the descriptor to read from |
| ip_address | the IP to use in the transport header |
| port | the port to use in the transport header |
| ola::plugin::e131::IncommingStreamTransport::~IncommingStreamTransport | ( | ) |
Clean up
| bool ola::plugin::e131::IncommingStreamTransport::Receive | ( | ) |
Read from this stream, looking for ACN messages.
1.8.1.2