 | ZWManagerInitialize Method |
Creates the Manager singleton object.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic:
virtual void Initialize() sealed
Remarks
The Manager provides the public interface to OpenZWave, exposing all the functionality required to add Z-Wave support to an application.
There can be only one Manager in an OpenZWave application. Once the Manager has been created, call AddWatcher to install a notification
callback handler, and then call the AddDriver method for each attached PC Z-Wave controller in turn.
See Also