Click or drag to resize

ZWOptionsGetOptionAsInt Method

[Missing <summary> documentation for "M:OpenZWave.ZWOptions.GetOptionAsInt(System.String,System.Int32@)"]

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool GetOptionAsInt(
	string _name,
	out int o_value
)

Parameters

_name
Type: SystemString

[Missing <param name="_name"/> documentation for "M:OpenZWave.ZWOptions.GetOptionAsInt(System.String,System.Int32@)"]

o_value
Type: SystemInt32

[Missing <param name="o_value"/> documentation for "M:OpenZWave.ZWOptions.GetOptionAsInt(System.String,System.Int32@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenZWave.ZWOptions.GetOptionAsInt(System.String,System.Int32@)"]

See Also