Preparing search index...
The search index is not available
FrontPanel Platform API - v0.5.0
FrontPanel Platform API
FPGADataPortClassicEventAsyncHandler
Type alias FPGADataPortClassicEventAsyncHandler
FPGAData
Port
Classic
Event
Async
Handler
:
(
(
sender
)
=>
Promise
<
void
>
)
Type representing an asynchronous FPGA DataPort Classic event handler.
Type declaration
(
sender
)
:
Promise
<
void
>
Parameters
sender
:
IFPGADataPortClassic
The sender of the event.
Returns
Promise
<
void
>
Returns
A promise that resolves when the event handling is complete.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
FrontPanel Platform API - v0.5.0
Loading...
Type representing an asynchronous FPGA DataPort Classic event handler.