Click or drag to resize

ZWManagerIsValueReadOnly Method

Test whether the value is read-only.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool IsValueReadOnly(
	ZWValueId id
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value.

Return Value

Type: Boolean
true if the value cannot be changed by the user.
See Also