Onvif class
Constructors
-
Onvif({required dynamic host, required String username, required String password, required LogOptions logOptions, required LoggyPrinter printer})
-
Methods
-
initialize()
→ Future<void>
-
Connect to the Onvif device and retrieve its capabilities
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
secureRequest(XmlDocumentFragment content)
→ XmlDocument
-
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
connect({required dynamic host, required dynamic username, required dynamic password, LogOptions logOptions = const LogOptions(LogLevel.error, stackTraceLevel: LogLevel.error), LoggyPrinter printer = const PrettyPrinter(showColors: false)})
→ Future<Onvif>
-