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

Method is_port_open

src/utils/libftdi_serial.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool LibFTDISerial::is_port_open ()
94{
95 return port_open;
96}
97
98int LibFTDISerial::set_serial_port_settings (int ms_timeout, bool timeout_only)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected