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

Method IsPressed

cpp/src/value_classes/ValueButton.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual void WriteXML( TiXmlElement* _valueElement );
61
62 bool IsPressed()const{ return m_pressed; }
63
64 private:
65 bool m_pressed;

Callers 8

GetValueAsBoolMethod · 0.80
GetValueAsStringMethod · 0.80
SetValueMethod · 0.80
SetValueMethod · 0.80
SetValueMethod · 0.80
SetValueMethod · 0.80
SetValueMethod · 0.80
SetValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected