 | ZWManagerGetLibraryTypeName Method |
Get a string containing the Z-Wave API library type used by a controller.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic string GetLibraryTypeName(
uint homeId
)
Public Function GetLibraryTypeName (
homeId As UInteger
) As String
public:
virtual String^ GetLibraryTypeName(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller.
Return Value
Type:
StringA string containing the library type.
Remarks
The possible library types are:
- Static Controller
- Controller
- Enhanced Slave
- Slave
- Installer
- Routing Slave
- Bridge Controller
- Device Under Test
The controller should never return a slave library type.
For a more efficient test of whether a controller is a Bridge Controller, use
the IsBridgeController method.
See Also