ArtemisConfig class

海康isc平台,认证配置,如果需要自行和海康的isc平台交互, 比如获取预览地址,云台控制等等,就需要配置该项

Constructors

ArtemisConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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 Properties

appKey String?
getter/setter pair
appSecret String?
getter/setter pair
host String?
getter/setter pair

Static Methods

createHeaders(String url) Map<String, dynamic>
根据路径生成认证header