Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetValueAsBool
Method · 0.80
GetValueAsString
Method · 0.80
SetValue
Method · 0.80
SetValue
Method · 0.80
SetValue
Method · 0.80
SetValue
Method · 0.80
SetValue
Method · 0.80
SetValue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected