Creates an instance of ESPTransportManager with a specified transport configuration.
The configuration specifying the type of transport (local or cloud or custom) with any additional metadata and transportManager for custom transport.
Retrieves parameters from the node using the configured transport mechanism.
A record containing the data required to retrieve node parameters.
OptionalnodeRef: ESPRMNodeOptional reference to the ESPRMNode instance for custom transport.
A promise that resolves to a record of the node parameters.
Sets a parameter on the node using the configured transport mechanism.
A record containing the parameter data to set on the node.
OptionalnodeRef: ESPRMNodeOptional reference to the ESPRMNode instance for custom transport.
A promise that resolves to the response of the set operation.
Manages the transport layer for ESP node communication, allowing configuration of local or cloud-based transport modes.
This class abstracts the underlying transport mechanism and provides methods for setting and retrieving node parameters.