Click or drag to resize

ZWManagerGetAssociations Method

[Missing <summary> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public uint GetAssociations(
	uint homeId,
	byte nodeId,
	byte groupIdx,
	out byte[] o_associations
)

Parameters

homeId
Type: SystemUInt32

[Missing <param name="homeId"/> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

nodeId
Type: SystemByte

[Missing <param name="nodeId"/> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

groupIdx
Type: SystemByte

[Missing <param name="groupIdx"/> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

o_associations
Type: SystemByte

[Missing <param name="o_associations"/> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:OpenZWave.ZWManager.GetAssociations(System.UInt32,System.Byte,System.Byte,System.Byte[]@)"]

See Also