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

Method deleteStreamer

nodejs_package/brainflow/board_shim.ts:249–257  ·  view source on GitHub ↗
(streamerParams: string, preset = BrainFlowPresets.DEFAULT_PRESET)

Source from the content-addressed store, hash-verified

247 }
248
249 public deleteStreamer(streamerParams: string, preset = BrainFlowPresets.DEFAULT_PRESET): void
250 {
251 const res = BoardControllerDLL.getInstance().deleteStreamer(
252 streamerParams, preset, this.boardId, this.inputJson);
253 if (res !== BrainFlowExitCodes.STATUS_OK)
254 {
255 throw new BrainFlowError (res, 'Could not delete streamer');
256 }
257 }
258
259 public insertMarker(value: number, preset = BrainFlowPresets.DEFAULT_PRESET): void
260 {

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected