 | ZWManagerTestNetworkNode Method |
Test network node.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void TestNetworkNode(
uint homeId,
byte nodeId,
uint count
)
Public Sub TestNetworkNode (
homeId As UInteger,
nodeId As Byte,
count As UInteger
)
public:
virtual void TestNetworkNode(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId,
[InAttribute] unsigned int count
) sealed
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.
RemarksSends a series of messages to a network node for testing network reliability.
See Also