OnDeviceReconnected
event
Delphi
property OnDeviceReconnected: TOnEventNotification read FOnDeviceReconnected write FOnDeviceReconnected;
C++Builder
__property TOnEventNotification OnDeviceReconnected = {read=FOnDeviceReconnected, write=FOnDeviceReconnected};
typedef void __fastcall (__closure *TOnEventNotification)(System::TObject* Sender);
C#
public event EventHandler OnDeviceReconnected;
VB.NET
Public Event OnDeviceReconnected As EventHandler
C++/Qt
void SetOnDeviceReconnected (TOnDeviceReconnectedCb OnDeviceReconnectedCb);
typedef void CALLBACK TOnDeviceReconnectedCb (void *Object, void *Sender);
occurs when an IP camera is reconnected, after the connection has been lost. See Auto-reconnection.