|
NAMEONVIF::Device::Elements::GetNetworkProtocolsResponse DESCRIPTIONPerl data type class for the XML Schema defined element GetNetworkProtocolsResponse from the namespace http://www.onvif.org/ver10/device/wsdl. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewmy $element = ONVIF::Device::Elements::GetNetworkProtocolsResponse->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
},
},
},
AUTHORGenerated by SOAP::WSDL
|