![]() |
![]()
| ![]() |
![]()
NAMEONVIF::Device::Types::FocusMove DESCRIPTIONPerl data type class for the XML Schema defined complexType FocusMove from the namespace http://www.onvif.org/ver10/schema. PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewConstructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::FocusMove Absolute => { # ONVIF::Device::Types::AbsoluteFocus Position => $some_value, # float Speed => $some_value, # float }, Relative => { # ONVIF::Device::Types::RelativeFocus Distance => $some_value, # float Speed => $some_value, # float }, Continuous => { # ONVIF::Device::Types::ContinuousFocus Speed => $some_value, # float }, }, AUTHORGenerated by SOAP::WSDL
|