Scroll to navigation

ONVIF::Device::Elements::GetDot11Status(3pm) User Contributed Perl Documentation ONVIF::Device::Elements::GetDot11Status(3pm)

NAME

ONVIF::Device::Elements::GetDot11Status

DESCRIPTION

Perl data type class for the XML Schema defined element GetDot11Status from the namespace http://www.onvif.org/ver10/device/wsdl.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
InterfaceToken

 $element->set_InterfaceToken($data);
 $element->get_InterfaceToken();
    

METHODS

new

 my $element = ONVIF::Device::Elements::GetDot11Status->new($data);

Constructor. The following data structure may be passed to new():

 {
   InterfaceToken => $some_value, # ReferenceToken
 },

AUTHOR

Generated by SOAP::WSDL
2017-09-18 perl v5.24.1