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

Method release_session

src/board_controller/enophone/enophone.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int Enophone::release_session ()
92{
93 if (initialized)
94 {
95 stop_stream ();
96 free_packages ();
97 }
98 return BTLibBoard::release_session ();
99}
100
101void Enophone::read_thread ()
102{

Callers

nothing calls this directly

Calls 2

release_sessionFunction · 0.85
stop_streamFunction · 0.50

Tested by

no test coverage detected