MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / set_custom_latency

Method set_custom_latency

src/utils/os_serial_ioctl.cpp:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int OSSerial::set_custom_latency (int latency)
83{
84 // there is a method to set latency in registry but it restarts the device, keep it separate and
85 // dont add here
86 return SerialExitCodes::SET_PORT_STATE_ERROR;
87}
88
89#elif defined(__linux__) && !defined(__ANDROID__)
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected