MCPcopy Create free account
hub / github.com/CasparCG/client / disconnectDevice

Method disconnectDevice

src/Repository/RrupDevice.cpp:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void RrupDevice::disconnectDevice()
39{
40 this->socket->blockSignals(true);
41 this->socket->disconnectFromHost();
42 this->socket->blockSignals(false);
43
44 this->connected = false;
45 this->command = RrupDevice::CONNECTIONSTATE;
46
47 sendNotification();
48}
49
50void RrupDevice::setConnected()
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected