Merge pull request #1346 from PepperDash/feature/add-infinetEx-comm-method

This commit is contained in:
Andrew Welker
2025-10-23 18:50:06 -04:00
committed by GitHub

View File

@@ -78,6 +78,10 @@ namespace PepperDash.Core
/// <summary> /// <summary>
/// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction /// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction
/// </summary> /// </summary>
ComBridge ComBridge,
/// <summary>
/// InfinetEX control
/// </summary>
InfinetEx
} }
} }