|
NAMEONVIF::Device::Elements::LoadCertificatesDESCRIPTIONPerl data type class for the XML Schema defined element LoadCertificates from the namespace http://www.onvif.org/ver10/device/wsdl.PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewmy $element = ONVIF::Device::Elements::LoadCertificates->new($data); Constructor. The following data structure may be passed to new(): { NVTCertificate => { # ONVIF::Device::Types::Certificate CertificateID => $some_value, # token Certificate => { # ONVIF::Device::Types::BinaryData Data => $some_value, # base64Binary }, }, }, AUTHORGenerated by SOAP::WSDL
Visit the GSP FreeBSD Man Page Interface. |