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

Method GetValue

cpp/src/Node.cpp:2864–2871  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Get the value object with the specified ID -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2862// Get the value object with the specified ID
2863//-----------------------------------------------------------------------------
2864Value* Node::GetValue
2865(
2866 ValueID const& _id
2867)
2868{
2869 // This increments the value's reference count
2870 return GetValueStore()->GetValue( _id.GetValueStoreKey() );
2871}
2872
2873//-----------------------------------------------------------------------------
2874// <Node::GetValue>

Callers 15

GetPollIntensityMethod · 0.45
GetValueLabelMethod · 0.45
SetValueLabelMethod · 0.45
GetValueUnitsMethod · 0.45
SetValueUnitsMethod · 0.45
GetValueHelpMethod · 0.45
SetValueHelpMethod · 0.45
GetValueMinMethod · 0.45
GetValueMaxMethod · 0.45
IsValueReadOnlyMethod · 0.45
IsValueWriteOnlyMethod · 0.45
IsValueSetMethod · 0.45

Calls 1

GetValueStoreKeyFunction · 0.85

Tested by

no test coverage detected