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

Method config_board_with_bytes

src/board_controller/inc/board.h:71–74  ·  view source on GitHub ↗

some devices may implement it but there is no requirement to have this method and we do not recommend anybody to use it

Source from the content-addressed store, hash-verified

69 // some devices may implement it but there is no requirement to have this method and we do not
70 // recommend anybody to use it
71 virtual int config_board_with_bytes (const char *bytes, int len)
72 {
73 return (int)BrainFlowExitCodes::UNSUPPORTED_BOARD_ERROR;
74 }
75
76 int get_current_board_data (
77 int num_samples, int preset, double *data_buf, int *returned_samples);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected