 | ZWManagerGetSucNodeId Method |
Get the node ID of the Static Update Controller.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte GetSucNodeId(
uint homeId
)
Public Function GetSucNodeId (
homeId As UInteger
) As Byte
public:
virtual unsigned char GetSucNodeId(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller.
Return Value
Type:
ByteThe node ID of the Z-Wave controller.
See Also