Creates an instance of ESPTransportManager
with a specified transport configuration.
Optional
transportConfig: ESPTransportConfigThe configuration specifying the type of transport (local or cloud) and any additional metadata.
Optional
transportObj: ESPTransportInterfaceThe object representing custom transport.
Retrieves parameters from the node using the configured transport mechanism.
A record containing the data required to retrieve node parameters.
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.
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.