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

Method ip_port

rust_package/brainflow/src/brainflow_input_params.rs:94–97  ·  view source on GitHub ↗

IP port for socket connection, for some boards where we know it in front you dont need this parameter.

(mut self, port: usize)

Source from the content-addressed store, hash-verified

92
93 /// IP port for socket connection, for some boards where we know it in front you dont need this parameter.
94 pub fn ip_port(mut self, port: usize) -> Self {
95 self.params.ip_port = port;
96 self
97 }
98
99 /// IP port for socket connection, for some boards where we know it in front you dont need this parameter.
100 pub fn ip_port_aux(mut self, port: usize) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected