Click or drag to resize

ZWOptionsGetOptionType Method

Get the type of value stored in an option.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public ZWOptionType GetOptionType(
	string _name
)

Parameters

_name
Type: SystemString
the name of the option. Option names are case insensitive.

Return Value

Type: ZWOptionType
An enum value representing the type of the option value. If the option does not exist, OptionType_Invalid is returned.
See Also