ONVIF::PTZ::Types::SystemCapabilities (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::PTZ::Types::SystemCapabilitiesDESCRIPTION
Perl data type class for theXML
Schema defined complexType
SystemCapabilities from the namespace www.onvif.org/ver10/schema
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- *
- DiscoveryResolve
- *
- DiscoveryBye
- *
- RemoteDiscovery
- *
- SystemBackup
- *
- SystemLogging
- *
- FirmwareUpgrade
- *
- SupportedVersions
- *
- Extension
METHODS
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::PTZ::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::PTZ::Types::OnvifVersion Major => $some_value, # int Minor => $some_value, # int }, Extension => { # ONVIF::PTZ::Types::SystemCapabilitiesExtension HttpFirmwareUpgrade => $some_value, # boolean HttpSystemBackup => $some_value, # boolean HttpSystemLogging => $some_value, # boolean HttpSupportInformation => $some_value, # boolean Extension => { # ONVIF::PTZ::Types::SystemCapabilitiesExtension2 }, }, },
AUTHOR
Generated bySOAP::WSDL