MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / HandleGetRandomResponse

Method HandleGetRandomResponse

cpp/src/Driver.cpp:2555–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2553//-----------------------------------------------------------------------------
2554
2555void Driver::HandleGetRandomResponse
2556(
2557 uint8* _data
2558)
2559{
2560 Log::Write( LogLevel_Info, "Received reply to FUNC_ID_ZW_GET_RANDOM: %s", _data[2] ? "true" : "false" );
2561}
2562
2563void Driver::HandleSerialAPISetupResponse
2564(

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected