IP protocol type from IpProtocolType enum.
(mut self, protocol: IpProtocolTypes)
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected