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

Method IsReadOnly

cpp/src/value_classes/Value.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60 ValueID const& GetID()const{ return m_id; }
61 bool IsReadOnly()const{ return m_readOnly; }
62 bool IsWriteOnly()const{ return m_writeOnly; }
63 bool IsSet()const{ return m_isSet; }
64 bool IsPolled()const{ return m_pollIntensity != 0; }

Callers 1

IsValueReadOnlyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected