Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
startHttpRequest
Method · 0.80
startHttpRequest
Method · 0.80
preProcessAsyncWebResponse
Method · 0.80
handleWebResponse
Method · 0.80
handleQuery
Method · 0.80
startHttpRequest
Method · 0.80
preProcessAsyncWebResponse
Method · 0.80
registerTopic
Method · 0.80
unregisterTopic
Method · 0.80
webReqHandler
Method · 0.80
uploadHandler
Method · 0.80
loadIcon
Method · 0.80
Calls
no outgoing calls
Tested by
10
testTokenizer
Function · 0.64
testTextWidget
Function · 0.64
testUtil
Function · 0.64
testColorHtml
Function · 0.64
testCanvasWidget
Function · 0.64
testProgressBar
Function · 0.64
testLampWidget
Function · 0.64
testWidget
Function · 0.64
testLogging
Function · 0.64
testBitmapWidget
Function · 0.64