Click or drag to resize

ZWManager.SendNodeInformation Method

Send a NIF frame from the Controller to a Node.

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

Parameters

homeId
Type: System.UInt32
The HomeID of the Z-Wave network
nodeId
Type: System.Byte
The NodeID of the Node to recieve the NIF

Return Value

Type: Boolean
if the sendNIF Command was send succesfully to the Controller
Remarks

This command send a NIF frame from the Controller to a Node

Results of the AddNode Command will be send as a Notification with the Notification type as Notification::Type_ControllerCommand

See Also