Click or drag to resize

ZWManagerIsStaticUpdateController Method

Query if the controller is a static update controller.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool IsStaticUpdateController(
	uint homeId
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller.

Return Value

Type: Boolean
true if it is a static update controller, false if not.
Remarks
A 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