mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
feat: add TcpServer control method to eControlMethod enum
This commit is contained in:
@@ -82,6 +82,10 @@ namespace PepperDash.Core
|
||||
/// <summary>
|
||||
/// InfinetEX control
|
||||
/// </summary>
|
||||
InfinetEx
|
||||
InfinetEx,
|
||||
/// <summary>
|
||||
/// TCP/IP Server
|
||||
/// </summary>
|
||||
TcpServer
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user