 | ZWOptions.Lock Method |
Locks the options.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
SyntaxPublic Function Lock As Boolean
public:
virtual bool Lock() sealed
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenZWave.ZWOptions.Lock"]
RemarksReads 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