* Sets the protocol to send. */
| 90 | * Sets the protocol to send. |
| 91 | */ |
| 92 | void RCSwitch::setProtocol(Protocol protocol) { |
| 93 | this->protocol = protocol; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Sets the protocol to send, from a list of predefined protocols |
no test coverage detected