mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
Merge pull request #195 from PepperDash/comm-method-updates
Comm method updates
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,8 @@ Thumbs.db
|
||||
*.log
|
||||
[Bb]in/
|
||||
[Dd]ebug*/
|
||||
[Oo]utput/
|
||||
.vs/
|
||||
*.sbr
|
||||
obj/
|
||||
[Rr]elease*/
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user