OnvifGetCurrentPresetImagingCommand constructor

OnvifGetCurrentPresetImagingCommand()

Implementation

OnvifGetCurrentPresetImagingCommand() {
  argParser.addOption(
    'video-source-token',
    abbr: 't',
    valueHelp: 'token',
    mandatory: true,
    help:
        'A reference to the VideoSource where the operation should take place.',
  );
}