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

Method SetStaticRequest

cpp/src/command_classes/CommandClass.cpp:773–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771//-----------------------------------------------------------------------------
772
773void CommandClass::SetStaticRequest
774(
775 uint8_t _request
776)
777{
778 uint8_t f_staticRequests = m_dom.GetFlagByte(STATE_FLAG_STATIC_REQUESTS);
779 f_staticRequests |= _request;
780 m_dom.SetFlagByte(STATE_FLAG_STATIC_REQUESTS, f_staticRequests);
781}
782
783//-----------------------------------------------------------------------------
784// <CommandClass::RequestStateForAllInstances>

Callers 2

SetSecuredClassesMethod · 0.80
SetStaticRequestsMethod · 0.80

Calls 2

GetFlagByteMethod · 0.80
SetFlagByteMethod · 0.80

Tested by

no test coverage detected