OnvifDeviceManagementCommand constructor

OnvifDeviceManagementCommand()

Implementation

OnvifDeviceManagementCommand() {
  addSubcommand(OnvifCreateUsersDeviceManagementCommand());
  addSubcommand(OnvifDeleteUsersDeviceManagementCommand());
  addSubcommand(OnvifGetCapabilitiesDeviceManagementCommand());
  addSubcommand(OnvifGetDiscoveryModeDeviceManagementCommand());
  addSubcommand(OnvifGetDeviceInformationResponseDeviceManagementCommand());
  addSubcommand(OnvifGetDnsDeviceManagementCommand());
  addSubcommand(OnvifGetHostnameDeviceManagementCommand());
  addSubcommand(OnvifGetNetworkProtocolsDeviceManagementCommand());
  addSubcommand(OnvifGetNtpDeviceManagementCommand());
  addSubcommand(OnvifGetServiceCapabilitiesDeviceManagementCommand());
  addSubcommand(OnvifGetServicesDeviceManagementCommand());
  addSubcommand(OnvifGetStorageConfigurationDeviceManagementCommand());
  addSubcommand(OnvifGetStorageConfigurationsDeviceManagementCommand());
  addSubcommand(OnvifGetSystemDateAndTimeDeviceManagementCommand());
  addSubcommand(OnvifGetSystemLogDeviceManagementCommand());
  addSubcommand(OnvifGetSystemSupportInformationDeviceManagementCommand());
  addSubcommand(OnvifGetSystemUrisDeviceManagementCommand());
  addSubcommand(OnvifGetUsersDeviceManagementCommand());
  addSubcommand(OnvifSystemRebootDeviceManagementCommand());
  // addSubcommand(OnvifGetGeoLocationDeviceManagementCommand());
  addSubcommand(OnvifGetEndpointReferenceDeviceManagementCommand());
}