Click or drag to resize

ZWManagerInstance Property

Gets a reference to the single ZWManager instance

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public static ZWManager Instance { get; }

Return Value

Type: ZWManager
The ZWManager singleton instance
Remarks
Before use, 'Initialize' must be called.
See Also