Click or drag to resize

ZWManagerGetLibraryVersion Method

Get the version of the Z-Wave API library used by a controller.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public string GetLibraryVersion(
	uint homeId
)

Parameters

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

Return Value

Type: String
a string containing the library version. For example, "Z-Wave 2.48".
See Also