 | ZWManagerGetNodeType Method |
Get a human-readable label describing the node.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic string GetNodeType(
uint homeId,
byte nodeId
)
Public Function GetNodeType (
homeId As UInteger,
nodeId As Byte
) As String
public:
virtual String^ GetNodeType(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) 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 to query.
Return Value
Type:
StringA string containing the label text.
Remarks
The label is taken from the Z-Wave specific, generic or basic type, depending on which of those values are specified by the node.
See Also