Click or drag to resize

ZWManagerGetNodeClassInformation Method

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

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool GetNodeClassInformation(
	uint homeId,
	byte nodeId,
	byte commandClassId,
	out string className,
	out byte classVersion
)

Parameters

homeId
Type: SystemUInt32

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

nodeId
Type: SystemByte

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

commandClassId
Type: SystemByte

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

className
Type: SystemString

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

classVersion
Type: SystemByte

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

Return Value

Type: Boolean

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

See Also