MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / setValue

Method setValue

lib/AsyncHttpClient/src/HttpHeader.h:150–153  ·  view source on GitHub ↗

* Set field value. * * @param[in] value Field value */

Source from the content-addressed store, hash-verified

148 * @param[in] value Field value
149 */
150 void setValue(const String& value)
151 {
152 m_value = value;
153 }
154
155 /**
156 * Assign a header.

Callers 5

cmdWriteWifiSSIDMethod · 0.45
handleRequestMethod · 0.45
storeSettingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected