OnONVIFDiscoveryCompleted
event
Delphi
property OnONVIFDiscoveryCompleted: TOnONVIFDiscoveryCompletedNotification read FOnONVIFDiscoveryCompleted write FOnONVIFDiscoveryCompleted;
C++Builder
__property TOnONVIFDiscoveryCompletedNotification OnONVIFDiscoveryCompleted = {read=FOnONVIFDiscoveryCompleted, write=FOnONVIFDiscoveryCompleted};
typedef void __fastcall (__closure *TOnONVIFDiscoveryCompletedNotification)(System::TObject* Sender, TDiscoveryCallbackStatus DiscoveryCallbackStatus, System::LongInt CameraCount);
C#
public event OnONVIFDiscoveryCompletedEventHandler OnONVIFDiscoveryCompleted;
public delegate void OnONVIFDiscoveryCompletedEventHandler(object sender, TOnONVIFDiscoveryCompletedNotificationEventArgs e);
VB.NET
Public Event OnONVIFDiscoveryCompleted As OnONVIFDiscoveryCompletedEventHandler
Public Delegate Sub OnONVIFDiscoveryCompletedEventHandler(sender As Object, e As TOnONVIFDiscoveryCompletedNotificationEventArgs)
C++/Qt
void SetOnONVIFDiscoveryCompleted (TOnONVIFDiscoveryCompletedCb OnONVIFDiscoveryCompletedCb);
typedef void CALLBACK TOnONVIFDiscoveryCompletedCb (void *Object, void *Sender, TDiscoveryCallbackStatus DiscoveryCallbackStatus, int CameraCount);
Occurs for each ONVIF camera discovered and at the end of the discovery process.
DiscoveryCallbackStatus: TDiscoveryCallbackStatus: whether the event occurs for a new camera discovered, or for the completion of the Multicast or IP range discovery.
CameraCount: LongInt: number of cameras currently discovered.