Click or drag to resize

ZWManagerGetMaxAssociations Method

Gets the maximum number of associations for a group.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public byte GetMaxAssociations(
	uint homeId,
	byte nodeId,
	byte groupIdx
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller that manages the node.
nodeId
Type: SystemByte
The ID of the node whose associations we are interested in.
groupIdx
Type: SystemByte
one-based index of the group (because Z-Wave product manuals use one-based group numbering).

Return Value

Type: Byte
The maximum number of nodes that can be associated into the group.
See Also