 | ZWManagerReplicationSend Method |
Send information from primary to secondary
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool ReplicationSend(
uint homeId,
byte nodeId
)
Public Function ReplicationSend (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool ReplicationSend(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network - nodeId
- Type: SystemByte
the ID of the Node
Return Value
Type:
Booleanif the ReplicationSend Command was send succesfully to the Controller
RemarksResults of the ReplicationSend Command will be send as a Notification with the Notification type as
Notification::Type_ControllerCommand
See Also