 | ZWManagerIsStaticUpdateController Method |
Query if the controller is a static update controller.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsStaticUpdateController(
uint homeId
)
Public Function IsStaticUpdateController (
homeId As UInteger
) As Boolean
public:
virtual bool IsStaticUpdateController(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller.
Return Value
Type:
Booleantrue if it is a static update controller, false if not.
RemarksA Static Update Controller (SUC) is a controller that must never be moved in normal operation
and which can be used by other nodes to receive information about network changes.
See Also