Returns the currently used BrainFlowInputParams
(&self)
| 43 | |
| 44 | /// Returns the currently used BrainFlowInputParams |
| 45 | pub fn input_params(&self) -> Result<BrainFlowInputParams> { |
| 46 | Ok(serde_json::from_str( |
| 47 | self.json_brainflow_input_params.to_str().unwrap(), |
| 48 | )?) |
| 49 | } |
| 50 | |
| 51 | /// Prepare streaming sesssion and initialize resources. |
| 52 | /// You need to call it before any other BoardShim object methods. |
nothing calls this directly
no outgoing calls
no test coverage detected