 | ZWManagerGetMaxAssociations Method |
Gets the maximum number of associations for a group.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic byte GetMaxAssociations(
uint homeId,
byte nodeId,
byte groupIdx
)
Public Function GetMaxAssociations (
homeId As UInteger,
nodeId As Byte,
groupIdx As Byte
) As Byte
public:
virtual unsigned char GetMaxAssociations(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId,
[InAttribute] unsigned char groupIdx
) sealed
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:
ByteThe maximum number of nodes that can be associated into the group.
See Also