Direct Data Transfer flags are used to modify the behavior of the Direct Data Transfer feature.

C# |
public enum DirectDataTransferFlags

Member | Description |
---|---|
ExcludeOutputData | This informs the API to exclude output data when it is transferring the data directly. This flag is not set by default. |
ExcludeInputData | This informs the API to exclude input data when it is transferring the data directly. This flag is not set by default. |
IncludeCommonDataAndUpdates | This informs the API to include CDU data when it is transferring the data directly. This flag is not set by default. |