ctrlX Data Layer .NET API
4.2.0
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
z
Functions
a
b
c
d
e
g
i
m
o
p
r
s
t
u
v
w
Variables
Properties
a
b
c
d
f
h
i
j
p
r
s
t
u
v
w
Events
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
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