Function FlashNode.makeFlashListenerClient

Make an instance of a FlashListenerAPI client for the given address.

FlashListenerAPI makeFlashListenerClient (
  Address address,
  core.time.Duration timeout
) @trusted;

Parameters

NameDescription
address the IP to use
timeout the timeout duration to use for requests

Returns

the FlashListenerAPI client