DOFMarshalContext EnumerationOpenDOF Object Access Library
This interface represents the context of a marshal operation.

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

C#
public enum DOFMarshalContext
Members

  Member nameValueDescription
COMMAND0
RESPONSE1
STORE2
NONE3
Remarks

This interface represents the context of a marshal operation. The context describes the type of marshalling that should be done, but does not describe the data source.
See Also

Reference