fix: INvxNetworkPortInformation inherits from IKeyed

This commit is contained in:
Andrew Welker
2025-09-05 15:55:20 -05:00
parent 2424838b7f
commit d2b7400039

View File

@@ -1,6 +1,7 @@
using Crestron.SimplSharpPro.DM.Streaming;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Crestron.SimplSharpPro.DM.Streaming;
using PepperDash.Core;
namespace PepperDash.Essentials.Core namespace PepperDash.Essentials.Core
{ {
@@ -11,7 +12,7 @@ namespace PepperDash.Essentials.Core
/// subscribers when the port information is updated. Implementations of this interface should ensure that the <see /// subscribers when the port information is updated. Implementations of this interface should ensure that the <see
/// cref="PortInformationChanged"/> event is raised whenever the <see cref="NetworkPorts"/> collection /// cref="PortInformationChanged"/> event is raised whenever the <see cref="NetworkPorts"/> collection
/// changes.</remarks> /// changes.</remarks>
public interface INvxNetworkPortInformation public interface INvxNetworkPortInformation : IKeyed
{ {
/// <summary> /// <summary>
/// Occurs when the port information changes. /// Occurs when the port information changes.