table of contents
ONVIF::Device::Elements::SendAuxiliaryCommandResponse(3pm) | User Contributed Perl Documentation | ONVIF::Device::Elements::SendAuxiliaryCommandResponse(3pm) |
NAME¶
ONVIF::Device::Elements::SendAuxiliaryCommandResponse
DESCRIPTION¶
Perl data type class for the XML Schema defined element SendAuxiliaryCommandResponse from the namespace http://www.onvif.org/ver10/device/wsdl.
PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
- •
- AuxiliaryCommandResponse
$element->set_AuxiliaryCommandResponse($data); $element->get_AuxiliaryCommandResponse();
METHODS¶
new¶
my $element = ONVIF::Device::Elements::SendAuxiliaryCommandResponse->new($data);
Constructor. The following data structure may be passed to new():
{ AuxiliaryCommandResponse => $some_value, # AuxiliaryData },
AUTHOR¶
Generated by SOAP::WSDL
2023-02-24 | perl v5.36.0 |