ONVIF::Device::Elements::SendAuxiliaryCommandResponse
Perl data type class for the XML Schema defined element
SendAuxiliaryCommandResponse from the namespace
http://www.onvif.org/ver10/device/wsdl.
The following properties may be accessed using get_PROPERTY / set_PROPERTY
methods:
- •
- AuxiliaryCommandResponse
$element->set_AuxiliaryCommandResponse($data);
$element->get_AuxiliaryCommandResponse();
my $element = ONVIF::Device::Elements::SendAuxiliaryCommandResponse->new($data);
Constructor. The following data structure may be passed to
new():
{
AuxiliaryCommandResponse => $some_value, # AuxiliaryData
},
Generated by SOAP::WSDL