ONVIF::Device::Elements::SetRelayOutputSettings(3pm) User Contributed Perl Documentation ONVIF::Device::Elements::SetRelayOutputSettings(3pm)

ONVIF::Device::Elements::SetRelayOutputSettings

Perl data type class for the XML Schema defined element SetRelayOutputSettings from the namespace http://www.onvif.org/ver10/device/wsdl.

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

 my $element = ONVIF::Device::Elements::SetRelayOutputSettings->new($data);

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

 {
   RelayOutputToken => $some_value, # ReferenceToken
   Properties =>  { # ONVIF::Device::Types::RelayOutputSettings
     Mode => $some_value, # RelayMode
     DelayTime =>  $some_value, # duration
     IdleState => $some_value, # RelayIdleState
   },
 },

Generated by SOAP::WSDL

2024-04-01 perl v5.38.2