| ONVIF::Device::Types::PTControlDirectionOptions(3pm) | User Contributed Perl Documentation | ONVIF::Device::Types::PTControlDirectionOptions(3pm) |
ONVIF::Device::Types::PTControlDirectionOptions
Perl data type class for the XML Schema defined complexType PTControlDirectionOptions from the namespace http://www.onvif.org/ver10/schema.
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
Constructor. The following data structure may be passed to new():
{ # ONVIF::Device::Types::PTControlDirectionOptions
EFlip => { # ONVIF::Device::Types::EFlipOptions
Mode => $some_value, # EFlipMode
Extension => { # ONVIF::Device::Types::EFlipOptionsExtension
},
},
Reverse => { # ONVIF::Device::Types::ReverseOptions
Mode => $some_value, # ReverseMode
Extension => { # ONVIF::Device::Types::ReverseOptionsExtension
},
},
Extension => { # ONVIF::Device::Types::PTControlDirectionOptionsExtension
},
},
Generated by SOAP::WSDL
| 2024-04-01 | perl v5.38.2 |