Click or drag to resize

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
Syntax
public string GetLibraryTypeName(
	uint homeId
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller.

Return Value

Type: String
A 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