|
NAMEONVIF::Device::Elements::GetDeviceInformationResponse DESCRIPTIONPerl data type class for the XML Schema defined element GetDeviceInformationResponse from the namespace http://www.onvif.org/ver10/device/wsdl. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewmy $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
},
AUTHORGenerated by SOAP::WSDL
|