Capabilities class
- Annotations
-
- @JsonSerializable()
Constructors
-
Capabilities.new({bool? eFlip, bool? reverse, bool? getCompatibleConfigurations, bool? moveStatus, List<
String> ? moveAndTrack}) -
Capabilities.fromJson(Map<
String, dynamic> json) -
factory
Properties
- eFlip → bool?
-
Indicates whether or not EFlip is supported.
final
- getCompatibleConfigurations → bool?
-
Indicates support for the GetCompatibleConfigurations command.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
moveAndTrack
→ List<
String> ? -
Indication of the methods of MoveAndTrack that are supported, acceptable
values are defined in tt:MoveAndTrackMethod.
final
- moveStatus → bool?
-
Indicates that the PTZStatus includes Position information.
final
- reverse → bool?
-
Indicates whether or not reversing of PT control direction is supported.
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited