NetworkInterfaceConnectionSetting

public struct NetworkInterfaceConnectionSetting : OwnedInstanceProtocol

This struct describes the settings for an admin or operator of a link.

  • This enum describes the duplex type (Half or Full).

    See more

    Declaration

    Swift

    public enum Duplex : String
  • This is us.

    Declaration

    Swift

    public let owner: RVS_ONVIF!
  • True, if auto speed negotiation is on.

    Declaration

    Swift

    public var autoNegotiation: Bool
  • The interface speed.

    Declaration

    Swift

    public var speed: Int
  • The duplex type.

    Declaration

    Swift

    public var duplex: Duplex
  • Returns the parameters in a fashion suitable for sending to the device.

    Declaration

    Swift

    public var asParameters: [String : Any]! { get }