Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The configurednetworks object provides an array of persistent configuration names, even if they are not active at present.

configurednetworks IDL
interface ConfiguredNetworks {
    Promise<Array<String>> getConfigurationNames();
};


Object Creation

To create a configurednetworks object,

const 


getConfigurationNames()

Promise<Array<String>> getConfigurationNames()

This method returns an array of persistent configuration names, even if they are not active at present. 





  • No labels