 | 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
Syntaxpublic bool SendNodeInformation(
uint homeId,
byte nodeId
)
Public Function SendNodeInformation (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool SendNodeInformation(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
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:
Booleanif the sendNIF Command was send succesfully to the Controller
RemarksThis 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