Click or drag to resize

ZWManagerTestNetworkNode Method

Test network node.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public void TestNetworkNode(
	uint homeId,
	byte nodeId,
	uint count
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller to be reset.
nodeId
Type: SystemByte

[Missing <param name="nodeId"/> documentation for "M:OpenZWave.ZWManager.TestNetworkNode(System.UInt32,System.Byte,System.UInt32)"]

count
Type: SystemUInt32
This is the number of test messages to send.
Remarks
Sends a series of messages to a network node for testing network reliability.
See Also