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

Function ClearSecureSupport

cpp/src/command_classes/CommandClass.h:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 void SetSecured(){ m_dom.SetFlagBool(STATE_FLAG_ENCRYPTED, true); }
130 bool IsSecureSupported()const { return m_SecureSupport; }
131 void ClearSecureSupport() { m_SecureSupport = false; }
132 void SetSecureSupport() { m_SecureSupport = true; }
133 void SetInNIF() { m_dom.SetFlagBool(STATE_FLAG_INNIF, true); }
134 bool IsInNIF() { return m_dom.GetFlagBool(STATE_FLAG_INNIF); }

Callers 1

SecurityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected