 | ZWManager.TestNetwork Method |
Test network.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void TestNetwork(
uint homeId,
uint count
)
Public Sub TestNetwork (
homeId As UInteger,
count As UInteger
)
public:
virtual void TestNetwork(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned int count
) sealed
Parameters
- homeId
- Type: System.UInt32
The Home ID of the Z-Wave controller to be reset. - count
- Type: System.UInt32
This is the number of test messages to send.
RemarksSends a series of messages to every node on the network for testing network reliability.
See AlsoReference
ZWManager.TestNetwork(UInt32, UInt32)