Onvif class
Constructors
-
Onvif({required AuthInfo authInfo, required LogOptions logOptions, required LoggyPrinter printer, Dio? dio})
-
Methods
-
getTimeDelta()
→ Future<Duration>
-
Connect to the Onvif device and determine the time delta which is required
for future requests.
-
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
-
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.off), LoggyPrinter printer = const PrettyPrinter(showColors: false), Dio? dio})
→ Future<Onvif>
-