FX3ConnectionDisconnectFinished Event |
This event is raised when the disconnect event for a board has finished, and it is reprogrammed with the ADI bootloader. This event only is triggered for boards
which were explicitly disconnected (boards which were physically reset will not trigger this event).
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic event FX3ConnectionDisconnectFinishedEventHandler DisconnectFinished
Public Event DisconnectFinished As FX3ConnectionDisconnectFinishedEventHandler
public:
event FX3ConnectionDisconnectFinishedEventHandler^ DisconnectFinished {
void add (FX3ConnectionDisconnectFinishedEventHandler^ value);
void remove (FX3ConnectionDisconnectFinishedEventHandler^ value);
}
member DisconnectFinished : IEvent<FX3ConnectionDisconnectFinishedEventHandler,
EventArgs>
Value
Type:
FX3ApiFX3ConnectionDisconnectFinishedEventHandler
See Also