Click or drag to resize

ZWManagerIsBridgeController Method

Query if the controller is using the bridge controller library.

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

Parameters

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

Return Value

Type: Boolean
true if it is a bridge controller, false if not.
Remarks
A bridge controller is able to create virtual nodes that can be associated with other controllers to enable events to be passed on.
See Also