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