OnvifListDevicesProbeCommand constructor

OnvifListDevicesProbeCommand()

Implementation

OnvifListDevicesProbeCommand() {
  argParser.addOption(
    'timeout',
    abbr: 't',
    valueHelp: 'number',
    defaultsTo: '${MulticastProbe.defaultTimeout}',
    help:
        'The number of seconds to accept probe responses from devices.  Ignored of --start-proxy-server is set.',
  );
}