DOFServerType EnumerationOpenDOF Object Access Library
This enumeration lists the types of servers.

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
Remarks

This enumeration lists the types of servers.

See individual Type 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