ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
ProtocolScheme.cs
1namespace Datalayer
2{
3 public enum ProtocolScheme
4 {
9 AUTO,
10
14 IPC,
15
17 // TCP (Transmission Control Protocol)
19 TCP
20 }
21}
@ IPC
IPC (Inter Process Communication)
@ AUTO
Autodect the protocol IPC (Inter Process Communication) if running inside SNAP otherwise TCP (Transmi...