DOKK / manpages / debian 12 / zoneminder / ONVIF::Device::Elements::SendAuxiliaryCommandResponse.3pm.en
ONVIF::Device::Elements::SendAuxiliaryCommandResponse(3pm) User Contributed Perl Documentation ONVIF::Device::Elements::SendAuxiliaryCommandResponse(3pm)

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

2023-02-24 perl v5.36.0