DOFConnectionType EnumerationOpenDOF Object Access Library
This enumeration represents the different types of connections.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public enum Type
Members

  Member nameValueDescription
STREAM0
DATAGRAM1
DATAGRAM_STATELESS2
HUB3
POINT4
GROUP5
Remarks

This enumeration represents the different types of connections. Each connection has a type, and that type defines the behavior of the connection and of the requests and responses that pass over it.

See individual values for instructions to properly create the special connection types that have connections related to servers.

Also, see the various custom builders for Config that simplify Config building.

See Also

Reference