NetworkInterfaceLink
public struct NetworkInterfaceLink
This struct describes the model for the “link” item of the newtork interface struct
-
The admin settings.
Declaration
Swift
public var adminSettings: NetworkInterfaceConnectionSetting -
The operator settings.
Declaration
Swift
public var operSettings: NetworkInterfaceConnectionSetting -
The interface type.
Declaration
Swift
public var interfaceType: RVS_ONVIF_Core.IANA_Types -
Returns the parameters in a fashion suitable for sending to the device.
Declaration
Swift
public var asParameters: [String : Any]! { get }
View on GitHub
NetworkInterfaceLink Structure Reference