ONVIF::Device::Elements::GetDiscoveryModeResponse
Contents
Description
Perl data type class for the XML Schema defined element GetDiscoveryModeResponse from the namespace
http://www.onvif.org/ver10/device/wsdl.
Methods
new
my $element = ONVIF::Device::Elements::GetDiscoveryModeResponse->new($data);
Constructor. The following data structure may be passed to new():
{
DiscoveryMode => $some_value, # DiscoveryMode
},
Name
ONVIF::Device::Elements::GetDiscoveryModeResponse
Properties
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• DiscoveryMode
$element->set_DiscoveryMode($data);
$element->get_DiscoveryMode();
