 | ZWManagerWriteConfig Method |
Saves the configuration of a PC Controller's Z-Wave network to the application's user data folder.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void WriteConfig(
uint homeId
)
Public Sub WriteConfig (
homeId As UInteger
)
public:
virtual void WriteConfig(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave controller to save.
Remarks
This method does not normally need to be called, since OpenZWave will save the state automatically
during the shutdown process. It is provided here only as an aid to development.
The configuration of each PC Controller's Z-Wave network is stored in a separate file. The filename
consists of the 8 digit hexadecimal version of the controller's Home ID, prefixed with the string 'zwcfg_'.
This convention allows OpenZWave to find the correct configuration file for a controller, even if it is
attached to a different serial port.
See Also