<platform/>

The platform section provides a place for platform specific configuration data. The contents of this section are decoded by the SNFMulti engine and made available internally to any application which has implemented the engine. This way the embedding engine can gather its configuration data from the same file as SNFMulti.

In the SNFServer program, this section is empty. However, in the MDaemon plugin application, the platform section looks something like this:

<!-- Platform Specific Configuration -->
<platform>
<mdaemon>
<ip-test on-off='on'/>
<configurator command='start notepad' append-path='yes'/>
</mdaemon>
</platform>

The contents of the platform section are platform specific. Please see the documentation for each specific platform for more information. You can find details on the MDaemon plugin platform configuration by clicking here.

Please email support@armresearch.com with any questions.

Related Topics