Skip to content

Commit dd5d145

Browse files
committed
feat: add TcpServer control method to eControlMethod enum
1 parent 2fbc329 commit dd5d145

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/PepperDash.Core/Comm/eControlMethods.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ public enum eControlMethod
8282
/// <summary>
8383
/// InfinetEX control
8484
/// </summary>
85-
InfinetEx
85+
InfinetEx,
86+
/// <summary>
87+
/// TCP/IP Server
88+
/// </summary>
89+
TcpServer
8690
}
8791
}

0 commit comments

Comments
 (0)