MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / attributeDescribeString

Method attributeDescribeString

src/input/stream/Streamer.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 --------------------------------------------

Callers

nothing calls this directly

Calls 1

getFDMethod · 0.80

Tested by

no test coverage detected