IPNetworkInterface

public struct IPNetworkInterface

This struct describes the model for an IPv4 interface.

  • The enabled flag. If true, the interface is enabled.

    Declaration

    Swift

    public var isEnabled: Bool
  • The IPv4 configuration for this interface.

    Declaration

    Swift

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

    Declaration

    Swift

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