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

Method ip_address

rust_package/brainflow/src/brainflow_input_params.rs:76–79  ·  view source on GitHub ↗

IP address is used for boards which reads data from socket connection.

(mut self, address: S)

Source from the content-addressed store, hash-verified

74
75 /// IP address is used for boards which reads data from socket connection.
76 pub fn ip_address<S: AsRef<str>>(mut self, address: S) -> Self {
77 self.params.ip_address = address.as_ref().to_string();
78 self
79 }
80
81 /// IP address is used for boards which reads data from socket connection.
82 pub fn ip_address_aux<S: AsRef<str>>(mut self, address: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected