Reads data with default timeout (10000ms).
The buffer to store the data that is read. The buffer must not be modified or detached until the returned Promise settles.
Reads data with explicit timeout.
The buffer to store the data that is read.
The timeout period in milliseconds.
Resets the AXI-Stream interface.
Writes data with default timeout (10000ms).
The data to write. The buffer must not be modified or detached until the returned Promise settles.
Writes data with explicit timeout.
The data to write.
The timeout period in milliseconds.
Interface that provides the methods that may be used to interact with a FrontPanel device using AXI-Stream.