22 #ifndef PLUGINS_SANDNET_SANDNETPORT_H_
23 #define PLUGINS_SANDNET_SANDNETPORT_H_
27 #include "olad/Port.h"
28 #include "plugins/sandnet/SandNetDevice.h"
38 std::string Description(
const Universe *universe)
const;
39 uint8_t SandnetGroup(
const Universe* universe)
const;
40 uint8_t SandnetUniverse(
const Universe *universe)
const;
54 std::string Description()
const {
55 return m_helper.Description(GetUniverse());
57 const DmxBuffer &ReadDMX()
const {
return m_buffer; }
59 return m_helper.PreSetUniverse(old_universe, new_universe);
79 std::string Description()
const {
80 return m_helper.Description(GetUniverse());
82 bool WriteDMX(
const DmxBuffer &buffer, uint8_t priority);
84 return m_helper.PreSetUniverse(old_universe, new_universe);
95 #endif // PLUGINS_SANDNET_SANDNETPORT_H_