MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / SetUpdateDelay

Method SetUpdateDelay

Src/Core/DeviceBridge.cpp:152–155  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

150
151////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
152void FSecure::C3::Core::DeviceBridge::SetUpdateDelay(std::chrono::milliseconds minUpdateDelayInMs, std::chrono::milliseconds maxUpdateDelayInMs)
153{
154 GetDevice()->SetUpdateDelay(minUpdateDelayInMs, maxUpdateDelayInMs);
155}
156
157////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
158void FSecure::C3::Core::DeviceBridge::SetUpdateDelay(std::chrono::milliseconds frequencyInMs)

Callers 1

RestoreFromSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected