mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: add CommBridge class and enhance EssentialsBridgeableDevice with new constructors
This commit is contained in:
parent
9b6c2d80ea
commit
e49c69a12f
5 changed files with 319 additions and 154 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