OnvifGetPresetTourPtzCommand constructor

OnvifGetPresetTourPtzCommand()

Implementation

OnvifGetPresetTourPtzCommand() {
  argParser
    ..addOption(
      'profile-token',
      abbr: 't',
      valueHelp: 'token',
      mandatory: true,
      help:
          'A reference to the MediaProfile where the operation should take place.',
    )
    ..addOption(
      'preset-tour-token',
      valueHelp: 'token',
      mandatory: true,
      help: 'A requested preset tour token.',
    );
}