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

Method is_port_open

src/utils/os_serial.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23bool OSSerial::is_port_open ()
24{
25 return (this->port_descriptor != NULL);
26}
27
28int OSSerial::open_serial_port ()
29{

Callers 4

close_serial_portMethod · 0.95
open_portMethod · 0.45
open_portMethod · 0.45
open_portMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected