feat: add TcpServer control method to eControlMethod enum

This commit is contained in:
jkdevito
2025-11-19 17:28:46 -06:00
parent 2fbc32947c
commit dd5d1457d2

View File

@@ -82,6 +82,10 @@ namespace PepperDash.Core
/// <summary>
/// InfinetEX control
/// </summary>
InfinetEx
InfinetEx,
/// <summary>
/// TCP/IP Server
/// </summary>
TcpServer
}
}