Onvif class

Mixed in types
  • UiLoggy

Constructors

Onvif({required dynamic host, required String username, required String password, required LogOptions logOptions, required LoggyPrinter printer})

Properties

deviceManagement DeviceManagement
latefinal
hashCode int
The hash code for this object.
no setterinherited
loggy → Loggy<UiLoggy>
no setterinherited
media Media
no setter
password String
final
ptz Ptz
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceMap Map<String, String>
final
timeDelta Duration
no setter
username String
final

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

Operators

operator ==(Object other) bool
The equality operator.
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>