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

Method RequestConfigParam

cpp/src/Node.cpp:2270–2279  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Request the value of a configuration parameter from the device -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2268// Request the value of a configuration parameter from the device
2269//-----------------------------------------------------------------------------
2270void Node::RequestConfigParam
2271(
2272 uint8 const _param
2273)
2274{
2275 if( Configuration* cc = static_cast<Configuration*>( GetCommandClass( Configuration::StaticGetCommandClassId() ) ) )
2276 {
2277 cc->RequestValue( 0, _param, 1, Driver::MsgQueue_Send );
2278 }
2279}
2280
2281//-----------------------------------------------------------------------------
2282// <Node::RequestAllConfigParams>

Callers 1

SetMethod · 0.45

Calls 1

RequestValueMethod · 0.45

Tested by

no test coverage detected