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

Method SetVersion

cpp/src/command_classes/WakeUp.cpp:329–336  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set the command class version -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

327// Set the command class version
328//-----------------------------------------------------------------------------
329void WakeUp::SetVersion
330(
331 uint8 const _version
332)
333{
334 CommandClass::SetVersion( _version );
335 CreateVars( 1 );
336}
337
338//-----------------------------------------------------------------------------
339// <WakeUp::SetAwake>

Callers 2

AdvanceQueriesMethod · 0.45
HandleMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected