IIPCameraAuthenticationRequested Event |
Occurs, when need authentication to camera connection
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax event EventHandler<CameraErrorEventArgs> AuthenticationRequested
Event AuthenticationRequested As EventHandler(Of CameraErrorEventArgs)
event EventHandler<CameraErrorEventArgs^>^ AuthenticationRequested {
void add (EventHandler<CameraErrorEventArgs^>^ value);
void remove (EventHandler<CameraErrorEventArgs^>^ value);
}
abstract AuthenticationRequested : IEvent<EventHandler<CameraErrorEventArgs>,
CameraErrorEventArgs>
Value
Type:
SystemEventHandlerCameraErrorEventArgsSee Also