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

ONVIF::Device::Elements::GetDeviceInformationResponse

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

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

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

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

 {
   Manufacturer =>  $some_value, # string
   Model =>  $some_value, # string
   FirmwareVersion =>  $some_value, # string
   SerialNumber =>  $some_value, # string
   HardwareId =>  $some_value, # string
 },

Generated by SOAP::WSDL

2024-04-01 perl v5.38.2