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

Method c_str

lib/ArduinoNative/src/WString.h:248–251  ·  view source on GitHub ↗

* Get string as char array. * * @return Char array */

Source from the content-addressed store, hash-verified

246 * @return Char array
247 */
248 const char* c_str() const
249 {
250 return m_stdStr.c_str();
251 }
252
253 /**
254 * Get string length.

Callers 15

startHttpRequestMethod · 0.80
startHttpRequestMethod · 0.80
handleWebResponseMethod · 0.80
handleQueryMethod · 0.80
startHttpRequestMethod · 0.80
registerTopicMethod · 0.80
unregisterTopicMethod · 0.80
webReqHandlerMethod · 0.80
uploadHandlerMethod · 0.80
loadIconMethod · 0.80

Calls

no outgoing calls

Tested by 10

testTokenizerFunction · 0.64
testTextWidgetFunction · 0.64
testUtilFunction · 0.64
testColorHtmlFunction · 0.64
testCanvasWidgetFunction · 0.64
testProgressBarFunction · 0.64
testLampWidgetFunction · 0.64
testWidgetFunction · 0.64
testLoggingFunction · 0.64
testBitmapWidgetFunction · 0.64