mode property

  1. @JsonKey(name: 'Mode', fromJson: OnvifUtil.nullableStringMappedFromXml)
String? mode
final

Exposure Mode

  • Auto - Enabled the exposure algorithm on the NVT.
  • Manual - Disabled exposure algorithm on the NVT.
  • enum { 'AUTO', 'MANUAL' }

Implementation

@JsonKey(name: 'Mode', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? mode;