Skip to content

OnDeviceReconnecting

event

Delphi
property OnDeviceReconnecting: TOnEventNotification read FOnDeviceReconnecting write FOnDeviceReconnecting;
C++Builder
__property TOnEventNotification OnDeviceReconnecting = {read=FOnDeviceReconnecting, write=FOnDeviceReconnecting};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnDeviceReconnecting;
VB.NET
Public Event OnDeviceReconnecting As EventHandler
C++/Qt
void SetOnDeviceReconnecting (TOnDeviceReconnectingCb OnDeviceReconnectingCb);
typedef void CALLBACK TOnDeviceReconnectingCb (void *Object, void *Sender);

Occurs when the connection to an IP camera has been lost and the RTSP filter tries to reconnect.

See Auto-reconnection