 | ZWManagerIsValueReadOnly Method |
Test whether the value is read-only.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsValueReadOnly(
ZWValueId id
)
Public Function IsValueReadOnly (
id As ZWValueId
) As Boolean
public:
virtual bool IsValueReadOnly(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value.
Return Value
Type:
Booleantrue if the value cannot be changed by the user.
See Also