DOFConnectionDirection EnumerationOpenDOF Object Access Library
This enumeration represents the different connection directions.

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

C#
public enum Direction
Members

  Member nameValueDescription
INBOUND0
OUTBOUND1
Remarks

This enumeration represents the different connection directions. Each connection has a client side and a server side. The client side initiates the connection, and the server side responds. The client direction is outbound, the server direction is inbound.
See Also

Reference