Scroll to navigation

ONVIF::Media::Types::PolylineArrayConfiguration(3pm) User Contributed Perl Documentation ONVIF::Media::Types::PolylineArrayConfiguration(3pm)

NAME

ONVIF::Media::Types::PolylineArrayConfiguration

DESCRIPTION

Perl data type class for the XML Schema defined complexType PolylineArrayConfiguration from the namespace http://www.onvif.org/ver10/schema.

PROPERTIES

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

METHODS

new

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

 { # ONVIF::Media::Types::PolylineArrayConfiguration
   PolylineArray =>  { # ONVIF::Media::Types::PolylineArray
     Segment =>  { # ONVIF::Media::Types::Polyline
       Point => ,
     },
     Extension =>  { # ONVIF::Media::Types::PolylineArrayExtension
     },
   },
 },

AUTHOR

Generated by SOAP::WSDL
2017-09-18 perl v5.24.1