Click or drag to resize

ZWManagerGetNodeQueryStage Method

Get whether the node's query stage as a string

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public string GetNodeQueryStage(
	uint homeId,
	byte nodeId
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller that manages the node.
nodeId
Type: SystemByte
The ID of the node to query.

Return Value

Type: String
name of current query stage as a string.
See Also