IP port for socket connection, for some boards where we know it in front you dont need this parameter.
(mut self, port: usize)
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected