Interface IFPGADataPortClassicEvent

Interface representing an FPGA DataPort Classic event.

interface IFPGADataPortClassicEvent {
    subscribe(handler): IEventSubscription;
    subscribeAsync(handler): IEventSubscription;
}

Implemented by

Methods