| 192 | } |
| 193 | |
| 194 | std::string Streamer::attributeDescribeString() const { |
| 195 | if (_udpMultiListen.getFD() != -1) { |
| 196 | const DeviceData &data = _transform.transformDeviceData(_deviceData); |
| 197 | return data.attributeDescribeString(_streamID); |
| 198 | } |
| 199 | return ""; |
| 200 | } |
| 201 | |
| 202 | // ======================================================================= |
| 203 | // -- Other member functions -------------------------------------------- |