mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 10:38:14 +00:00
Merge pull request #195 from PepperDash/comm-method-updates
Comm method updates
This commit is contained in:
commit
51c262fce2
2 changed files with 7 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -15,6 +15,8 @@ Thumbs.db
|
||||||
*.log
|
*.log
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Dd]ebug*/
|
[Dd]ebug*/
|
||||||
|
[Oo]utput/
|
||||||
|
.vs/
|
||||||
*.sbr
|
*.sbr
|
||||||
obj/
|
obj/
|
||||||
[Rr]elease*/
|
[Rr]elease*/
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,10 @@ namespace PepperDash.Core
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Secure TCP/IP
|
/// Secure TCP/IP
|
||||||
/// </summary>
|
/// </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