Click or drag to resize

ZWManagerSceneGetValueAsBool Method

[Missing <summary> documentation for "M:OpenZWave.ZWManager.SceneGetValueAsBool(System.Byte,OpenZWave.ZWValueId,System.Boolean@)"]

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool SceneGetValueAsBool(
	byte sceneId,
	ZWValueId valueId,
	out bool o_value
)

Parameters

sceneId
Type: SystemByte

[Missing <param name="sceneId"/> documentation for "M:OpenZWave.ZWManager.SceneGetValueAsBool(System.Byte,OpenZWave.ZWValueId,System.Boolean@)"]

valueId
Type: OpenZWaveZWValueId

[Missing <param name="valueId"/> documentation for "M:OpenZWave.ZWManager.SceneGetValueAsBool(System.Byte,OpenZWave.ZWValueId,System.Boolean@)"]

o_value
Type: SystemBoolean

[Missing <param name="o_value"/> documentation for "M:OpenZWave.ZWManager.SceneGetValueAsBool(System.Byte,OpenZWave.ZWValueId,System.Boolean@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenZWave.ZWManager.SceneGetValueAsBool(System.Byte,OpenZWave.ZWValueId,System.Boolean@)"]

See Also