mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat: add TcpServer control method to eControlMethod enum
This commit is contained in:
parent
2fbc32947c
commit
dd5d1457d2
1 changed files with 5 additions and 1 deletions
|
|
@ -82,6 +82,10 @@ namespace PepperDash.Core
|
|||
/// <summary>
|
||||
/// InfinetEX control
|
||||
/// </summary>
|
||||
InfinetEx
|
||||
InfinetEx,
|
||||
/// <summary>
|
||||
/// TCP/IP Server
|
||||
/// </summary>
|
||||
TcpServer
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue