...
...
The configurednetworks object provides an array of persistent configuration names, even if they are not active at present.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
interface ConfiguredNetworks {
Promise<Array<String>> getConfigurationNames();
}; |
...
...
The configurednetworks object provides an array of persistent configuration names, even if they are not active at present.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
interface ConfiguredNetworks {
Promise<Array<String>> getConfigurationNames();
}; |