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 ESPTransportManager. 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.
A function that performs the transport operation. It receives an
instance of ESPTransportManager and returns a promise resolving to the result of the 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
ESPTransportManager
. 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.