 | ZWManagerInstance Property |
Gets a reference to the single ZWManager instance
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic static ZWManager Instance { get; }
Public Shared ReadOnly Property Instance As ZWManager
Get
public:
static property ZWManager^ Instance {
ZWManager^ get ();
}
Return Value
Type:
ZWManagerThe ZWManager singleton instance
RemarksBefore use, 'Initialize' must be called.
See Also