ONVIF::PTZ::Elements::AbsoluteMove(3pm) User Contributed Perl Documentation ONVIF::PTZ::Elements::AbsoluteMove(3pm)

ONVIF::PTZ::Elements::AbsoluteMove

Perl data type class for the XML Schema defined element AbsoluteMove from the namespace http://www.onvif.org/ver20/ptz/wsdl.

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

 my $element = ONVIF::PTZ::Elements::AbsoluteMove->new($data);

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

 {
   ProfileToken => $some_value, # ReferenceToken
   Position =>  { # ONVIF::PTZ::Types::PTZVector
     PanTilt => ,
     Zoom => ,
   },
   Speed =>  { # ONVIF::PTZ::Types::PTZSpeed
     PanTilt => ,
     Zoom => ,
   },
 },

Generated by SOAP::WSDL

2024-04-01 perl v5.38.2