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