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