MCPcopy Create free account
hub / github.com/KDE/labplot / setPort

Method setPort

src/backend/datasources/LiveDataSource.cpp:253–256  ·  view source on GitHub ↗

! * \brief Sets the network socket's port to port * \param port */

Source from the content-addressed store, hash-verified

251 * \param port
252 */
253void LiveDataSource::setPort(quint16 port) {
254 m_port = port;
255 initDevice();
256}
257
258void LiveDataSource::setBytesRead(qint64 bytes) {
259 m_bytesRead = bytes;

Callers 14

setMQTTClientMethod · 0.80
testConnectionMethod · 0.80
saveSettingsMethod · 0.80
mqttConnectionChangedMethod · 0.80
testConnectionMethod · 0.80
connectionChangedMethod · 0.80
setMQTTClientHostPortMethod · 0.80
loadMethod · 0.80
testIntegerMessageMethod · 0.80
testNumericMessageMethod · 0.80

Calls

no outgoing calls

Tested by 5

testIntegerMessageMethod · 0.64
testNumericMessageMethod · 0.64
testTextMessageMethod · 0.64