A function that performs the transport operation. It receives an instance of transport (ESPTransportManager or custom transport implementing ESPTransportInterface) and returns a promise resolving to the result of the operation.
A promise that resolves to the result of the transport operation.
A generic handler for delegated transport operations.
This method provides a mechanism to perform transport operations, such as retrieving or setting device parameters, using an instance of
ESPTransportManageror custom transport. The specific operation to be performed is provided as a callback function.Throws
Error if the node is offline or if all transport methods fail.