ONVIF::Device::Elements::GetEndpointReferenceResponse
Contents
Description
Perl data type class for the XML Schema defined element GetEndpointReferenceResponse from the namespace
http://www.onvif.org/ver10/device/wsdl.
Methods
new
my $element = ONVIF::Device::Elements::GetEndpointReferenceResponse->new($data);
Constructor. The following data structure may be passed to new():
{
GUID => $some_value, # string
},
Name
ONVIF::Device::Elements::GetEndpointReferenceResponse
Properties
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• GUID
$element->set_GUID($data);
$element->get_GUID();
