ONVIF::Device::Elements::GetCapabilitiesResponse - Online Linux Manual PageSection : 3
Updated : 2021-04-21
Source : perl v5.32.1
Note : User Contributed Perl Documentation

NAMEONVIF::Device::Elements::GetCapabilitiesResponse

DESCRIPTIONPerl data type class for the XML Schema defined element GetCapabilitiesResponse from the namespace http://www.onvif.org/ver10/device/wsdl.

PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods: • Capabilities ​ $element−>set_Capabilities($data); ​ $element−>get_Capabilities();

METHODS

new​ my $element = ONVIF::Device::Elements::GetCapabilitiesResponse−>new($data); Constructor. The following data structure may be passed to new(): { ​ Capabilities => { # ONVIF::Device::Types::Capabilities ​ Analytics => { # ONVIF::Device::Types::AnalyticsCapabilities ​ XAddr => $some_value, # anyURI ​ RuleSupport => $some_value, # boolean ​ AnalyticsModuleSupport => $some_value, # boolean ​ }, ​ Device => { # ONVIF::Device::Types::DeviceCapabilities ​ XAddr => $some_value, # anyURI ​ Network => { # ONVIF::Device::Types::NetworkCapabilities ​ IPFilter => $some_value, # boolean ​ ZeroConfiguration => $some_value, # boolean ​ IPVersion6 => $some_value, # boolean ​ DynDNS => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::NetworkCapabilitiesExtension ​ Dot11Configuration => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::NetworkCapabilitiesExtension2 ​ }, ​ }, ​ }, ​ System => { # ONVIF::Device::Types::SystemCapabilities ​ DiscoveryResolve => $some_value, # boolean ​ DiscoveryBye => $some_value, # boolean ​ RemoteDiscovery => $some_value, # boolean ​ SystemBackup => $some_value, # boolean ​ SystemLogging => $some_value, # boolean ​ FirmwareUpgrade => $some_value, # boolean ​ SupportedVersions => { # ONVIF::Device::Types::OnvifVersion ​ Major => $some_value, # int ​ Minor => $some_value, # int ​ }, ​ Extension => { # ONVIF::Device::Types::SystemCapabilitiesExtension ​ HttpFirmwareUpgrade => $some_value, # boolean ​ HttpSystemBackup => $some_value, # boolean ​ HttpSystemLogging => $some_value, # boolean ​ HttpSupportInformation => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::SystemCapabilitiesExtension2 ​ }, ​ }, ​ }, ​ IO => { # ONVIF::Device::Types::IOCapabilities ​ InputConnectors => $some_value, # int ​ RelayOutputs => $some_value, # int ​ Extension => { # ONVIF::Device::Types::IOCapabilitiesExtension ​ Auxiliary => $some_value, # boolean ​ AuxiliaryCommands => $some_value, # AuxiliaryData ​ Extension => { # ONVIF::Device::Types::IOCapabilitiesExtension2 ​ }, ​ }, ​ }, ​ Security => { # ONVIF::Device::Types::SecurityCapabilities ​ TLS1_ _1 => $some_value, # boolean ​ TLS1_ _2 => $some_value, # boolean ​ OnboardKeyGeneration => $some_value, # boolean ​ AccessPolicyConfig => $some_value, # boolean ​ X_ _509Token => $some_value, # boolean ​ SAMLToken => $some_value, # boolean ​ KerberosToken => $some_value, # boolean ​ RELToken => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::SecurityCapabilitiesExtension ​ TLS1_ _0 => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::SecurityCapabilitiesExtension2 ​ Dot1X => $some_value, # boolean ​ SupportedEAPMethod => $some_value, # int ​ RemoteUserHandling => $some_value, # boolean ​ }, ​ }, ​ }, ​ Extension => { # ONVIF::Device::Types::DeviceCapabilitiesExtension ​ }, ​ }, ​ Events => { # ONVIF::Device::Types::EventCapabilities ​ XAddr => $some_value, # anyURI ​ WSSubscriptionPolicySupport => $some_value, # boolean ​ WSPullPointSupport => $some_value, # boolean ​ WSPausableSubscriptionManagerInterfaceSupport => $some_value, # boolean ​ }, ​ Imaging => { # ONVIF::Device::Types::ImagingCapabilities ​ XAddr => $some_value, # anyURI ​ }, ​ Media => { # ONVIF::Device::Types::MediaCapabilities ​ XAddr => $some_value, # anyURI ​ StreamingCapabilities => { # ONVIF::Device::Types::RealTimeStreamingCapabilities ​ RTPMulticast => $some_value, # boolean ​ RTP_TCP => $some_value, # boolean ​ RTP_RTSP_TCP => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::RealTimeStreamingCapabilitiesExtension ​ }, ​ }, ​ Extension => { # ONVIF::Device::Types::MediaCapabilitiesExtension ​ ProfileCapabilities => { # ONVIF::Device::Types::ProfileCapabilities ​ MaximumNumberOfProfiles => $some_value, # int ​ }, ​ }, ​ }, ​ PTZ => { # ONVIF::Device::Types::PTZCapabilities ​ XAddr => $some_value, # anyURI ​ }, ​ Extension => { # ONVIF::Device::Types::CapabilitiesExtension ​ DeviceIO => { # ONVIF::Device::Types::DeviceIOCapabilities ​ XAddr => $some_value, # anyURI ​ VideoSources => $some_value, # int ​ VideoOutputs => $some_value, # int ​ AudioSources => $some_value, # int ​ AudioOutputs => $some_value, # int ​ RelayOutputs => $some_value, # int ​ }, ​ Display => { # ONVIF::Device::Types::DisplayCapabilities ​ XAddr => $some_value, # anyURI ​ FixedLayout => $some_value, # boolean ​ }, ​ Recording => { # ONVIF::Device::Types::RecordingCapabilities ​ XAddr => $some_value, # anyURI ​ ReceiverSource => $some_value, # boolean ​ MediaProfileSource => $some_value, # boolean ​ DynamicRecordings => $some_value, # boolean ​ DynamicTracks => $some_value, # boolean ​ MaxStringLength => $some_value, # int ​ }, ​ Search => { # ONVIF::Device::Types::SearchCapabilities ​ XAddr => $some_value, # anyURI ​ MetadataSearch => $some_value, # boolean ​ }, ​ Replay => { # ONVIF::Device::Types::ReplayCapabilities ​ XAddr => $some_value, # anyURI ​ }, ​ Receiver => { # ONVIF::Device::Types::ReceiverCapabilities ​ XAddr => $some_value, # anyURI ​ RTP_Multicast => $some_value, # boolean ​ RTP_TCP => $some_value, # boolean ​ RTP_RTSP_TCP => $some_value, # boolean ​ SupportedReceivers => $some_value, # int ​ MaximumRTSPURILength => $some_value, # int ​ }, ​ AnalyticsDevice => { # ONVIF::Device::Types::AnalyticsDeviceCapabilities ​ XAddr => $some_value, # anyURI ​ RuleSupport => $some_value, # boolean ​ Extension => { # ONVIF::Device::Types::AnalyticsDeviceExtension ​ }, ​ }, ​ Extensions => { # ONVIF::Device::Types::CapabilitiesExtension2 ​ }, ​ }, ​ }, ​ },

AUTHORGenerated by SOAP::WSDL
0
Johanes Gumabo
Data Size   :   15,826 byte
man-ONVIF::Device::Elements::GetCapabilitiesResponse.3pmBuild   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   4 / 170,718
Visitor ID   :     :  
Visitor IP   :   18.118.1.63   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.

ERROR : Need New Coding :         (parse_manual_page_|249|ONVIF::Device::Elements::GetCapabilitiesResponse.3pm|36/37|el══─{─══.|.el══─{─══. ds -- \|\(em\| )         (htmlprn|149|ONVIF::Device::Elements::GetCapabilitiesResponse.3pm|36/37|.el══─{─══. ds --  —  |.el══─{─══. ds -- \|\(em\| )         (parse_manual_page_|249|ONVIF::Device::Elements::GetCapabilitiesResponse.3pm|43|br══─}─══|'br══─}─══ )         (htmlprn|149|ONVIF::Device::Elements::GetCapabilitiesResponse.3pm|43|'br══─}─══ |'br══─}─══ )