OnvifGetPresetsPtzCommand constructor
OnvifGetPresetsPtzCommand()
Implementation
OnvifGetPresetsPtzCommand() {
argParser
..addOption(
'profile-token',
abbr: 't',
valueHelp: 'token',
mandatory: true,
help:
'A reference to the MediaProfile where the operation should take place.',
)
..addOption(
'limit',
defaultsTo: '10',
valueHelp: 'int',
help: 'Limit the number of presets returned',
);
}