MCPcopy Create free account
hub / github.com/SmingHub/Sming / setProtocol

Method setProtocol

Sming/Libraries/RCSwitch/RCSwitch.cpp:92–94  ·  view source on GitHub ↗

* Sets the protocol to send. */

Source from the content-addressed store, hash-verified

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

Callers 1

RCSwitchMethod · 0.95

Calls 1

setPulseLengthMethod · 0.95

Tested by

no test coverage detected