 | 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
Syntaxpublic string GetLibraryVersion(
uint homeId
)
Public Function GetLibraryVersion (
homeId As UInteger
) As String
public:
virtual String^ GetLibraryVersion(
[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 version. For example, "Z-Wave 2.48".
See Also