You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SharpOnvifClient/SimpleOnvifClient.cs
+37-5Lines changed: 37 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
usingSharpOnvifClient.DeviceMgmt;
1
+
usingSharpOnvifClient.Behaviors;
2
+
usingSharpOnvifClient.DeviceMgmt;
2
3
usingSharpOnvifClient.Events;
3
4
usingSharpOnvifClient.Media;
4
5
usingSharpOnvifClient.PTZ;
@@ -13,6 +14,9 @@
13
14
14
15
namespaceSharpOnvifClient
15
16
{
17
+
/// <summary>
18
+
/// Simple Onvif client implements the basic Onvif device operations such as device information, media profiles, stream URI, PTZ operations and event subscriptions.
19
+
/// </summary>
16
20
publicclassSimpleOnvifClient:IDisposable
17
21
{
18
22
privatebool_disposedValue;
@@ -25,14 +29,36 @@ public class SimpleOnvifClient : IDisposable
0 commit comments