ScreenReadAsyncGenerator<T>: ((screen?: number) => AsyncGenerator<T | null>)

Factory method for creating an asynchronous generator function to sequentially read data from all receiving cards of the specified screen.

Type Parameters

  • T

    Return type

Type declaration

    • (screen?): AsyncGenerator<T | null>
    • Parameters

      • Optionalscreen: number

        Selected screen

      Returns AsyncGenerator<T | null>