Click or drag to resize

ZWManagerIsNodeFailed Method

Get whether the node is working or has failed

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool IsNodeFailed(
	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: Boolean
True if the node has failed and is no longer part of the network
See Also