Legend
| Method: void Init( |
LoggerBase | log | Reference to a LoggerBase that should be used to log messages. |
JsonValue | settings | The module’s settings as stored within the Propeller settings file. |
ISettingsSaver | saver | An object that can be used to save the module’s settings. |
Every time the Propeller server initializes this module, it creates a new instance of the class and then calls this method before invoking anything else on this interface.
If this method throws an exception, Propeller cancels reinitialization and does not invoke any other methods or properties on this interface.