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

Method input_params

rust_package/brainflow/src/board_shim.rs:45–49  ·  view source on GitHub ↗

Returns the currently used BrainFlowInputParams

(&self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected