mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
fix: add comBridge method for control methods
This commit is contained in:
parent
614a1f360b
commit
80385bac28
1 changed files with 5 additions and 1 deletions
|
|
@ -74,6 +74,10 @@ namespace PepperDash.Core
|
|||
/// <summary>
|
||||
/// Secure TCP/IP
|
||||
/// </summary>
|
||||
SecureTcpIp
|
||||
SecureTcpIp,
|
||||
/// <summary>
|
||||
/// Used when comms needs to be handled in SIMPL and bridged opposite the normal direction
|
||||
/// </summary>
|
||||
ComBridge
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue