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

Method ip_protocol

rust_package/brainflow/src/brainflow_input_params.rs:112–115  ·  view source on GitHub ↗

IP protocol type from IpProtocolType enum.

(mut self, protocol: IpProtocolTypes)

Source from the content-addressed store, hash-verified

110
111 /// IP protocol type from IpProtocolType enum.
112 pub fn ip_protocol(mut self, protocol: IpProtocolTypes) -> Self {
113 self.params.ip_protocol = protocol as usize;
114 self
115 }
116
117 /// Master Board from BoardIds enum.
118 pub fn master_board(mut self, master_board: BoardIds) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected