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

Method ClearStaticRequest

cpp/src/command_classes/CommandClass.cpp:759–767  ·  view source on GitHub ↗

----------------------------------------------------------------------------- The static data for this command class has been read from the device -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

757// The static data for this command class has been read from the device
758//-----------------------------------------------------------------------------
759void CommandClass::ClearStaticRequest
760(
761 uint8_t _request
762)
763{
764 uint8_t f_staticRequests = m_dom.GetFlagByte(STATE_FLAG_STATIC_REQUESTS);
765 f_staticRequests &= ~_request;
766 m_dom.SetFlagByte(STATE_FLAG_STATIC_REQUESTS, f_staticRequests);
767}
768//-----------------------------------------------------------------------------
769// <CommandClass::ClearStaticRequest>
770// The static data for this command class has been read from the device

Callers 2

HandleMsgMethod · 0.80

Calls 2

GetFlagByteMethod · 0.80
SetFlagByteMethod · 0.80

Tested by

no test coverage detected