table of contents
ONVIF::Media::Types::NetworkInterfaceExtension(3pm) | User Contributed Perl Documentation | ONVIF::Media::Types::NetworkInterfaceExtension(3pm) |
NAME¶
ONVIF::Media::Types::NetworkInterfaceExtension
DESCRIPTION¶
Perl data type class for the XML Schema defined complexType NetworkInterfaceExtension from the namespace http://www.onvif.org/ver10/schema.
PROPERTIES¶
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
- InterfaceType
- Dot3
- Dot11
- Extension
METHODS¶
new¶
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::NetworkInterfaceExtension InterfaceType => $some_value, # IANA-IfTypes Dot3 => { # ONVIF::Media::Types::Dot3Configuration }, Dot11 => { # ONVIF::Media::Types::Dot11Configuration SSID => $some_value, # Dot11SSIDType Mode => $some_value, # Dot11StationMode Alias => $some_value, # Name Priority => $some_value, # NetworkInterfaceConfigPriority Security => { # ONVIF::Media::Types::Dot11SecurityConfiguration Mode => $some_value, # Dot11SecurityMode Algorithm => $some_value, # Dot11Cipher PSK => { # ONVIF::Media::Types::Dot11PSKSet Key => $some_value, # Dot11PSK Passphrase => $some_value, # Dot11PSKPassphrase Extension => { # ONVIF::Media::Types::Dot11PSKSetExtension }, }, Dot1X => $some_value, # ReferenceToken Extension => { # ONVIF::Media::Types::Dot11SecurityConfigurationExtension }, }, }, Extension => { # ONVIF::Media::Types::NetworkInterfaceExtension2 }, },
AUTHOR¶
Generated by SOAP::WSDL
2024-03-12 | perl v5.38.2 |