Onvif class

Mixed in types
Available Extensions

Constructors

Onvif({required AuthInfo authInfo, required LogOptions logOptions, required LoggyPrinter printer})

Properties

authInfo AuthInfo
final
deviceManagement DeviceManagement
read-only
hashCode int
The hash code for this object.
read-onlyinherited
loggy Loggy<UiLoggy>
read-onlyinherited
media Media
read-only
mediaSupportLevel MediaSupportLevel
read / write
ptz Ptz
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serviceMap Map<String, String>
final
transport Transport
read-only

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

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.off), LoggyPrinter printer = const PrettyPrinter(showColors: false)}) Future<Onvif>