Class: NetworkConfig_1_0

NetworkConfig_1_0

This is an implementation of the NetworkConfig API. It will be used to work with the v1.0.1 version of a JSON based common connection profile. (also known as a network configuration).

new NetworkConfig_1_0(network_config)

constructor
Parameters:
Name Type Description
network_config Object Common Connection Profile as represented in a JSON object

Extends

  • module:api.NetworkConfig

Methods


getNetworkConfigLocation()

Get the file system path that the network config was loaded from, if any.
Returns:
The file system path that the network config was loaded from, or null if it was not loaded directly from the file system.
Type
string