Click or drag to resize

ZWOptions.Lock Method

Locks the options.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool Lock()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenZWave.ZWOptions.Lock"]

Remarks
Reads in option values from the XML options file and command line string and marks the options as locked. Once locked, no more calls to AddOptionXXX can be made.
The options must be locked before the ZWManager.Initialize() method is called.
See Also