Click or drag to resize

ZWManagerSceneGetValueAsShort Method

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

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

Parameters

sceneId
Type: SystemByte

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

valueId
Type: OpenZWaveZWValueId

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

o_value
Type: SystemInt16

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

Return Value

Type: Boolean

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

See Also