ONVIF::Device::Elements::SetNetworkProtocols (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
ONVIF::Device::Elements::SetNetworkProtocolsDESCRIPTION
Perl data type class for theXML
Schema defined element
SetNetworkProtocols from the namespace www.onvif.org/ver10/device/wsdl
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:- *
-
NetworkProtocols
$element->set_NetworkProtocols($data); $element->get_NetworkProtocols();
METHODS
new
my $element = ONVIF::Device::Elements::SetNetworkProtocols->new($data);
Constructor. The following data structure may be passed to new():
{ NetworkProtocols => { # ONVIF::Device::Types::NetworkProtocol Name => $some_value, # NetworkProtocolType Enabled => $some_value, # boolean Port => $some_value, # int Extension => { # ONVIF::Device::Types::NetworkProtocolExtension }, }, },
AUTHOR
Generated bySOAP::WSDL