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 name | Value | Description | |
|---|---|---|---|
| COMMAND | 0 | ||
| RESPONSE | 1 | ||
| STORE | 2 | ||
| NONE | 3 |
Remarks
See Also