Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ IsPolled
Method
IsPolled
cpp/src/value_classes/Value.h:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
bool IsWriteOnly()const{ return m_writeOnly; }
63
bool IsSet()const{ return m_isSet; }
64
bool IsPolled()const{ return m_pollIntensity != 0; }
65
66
string const GetLabel()const;
67
void SetLabel( string const& _label, string const lang=
""
);
Callers
1
IsValuePolled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected