FtMode Property (Read only)

Top  Previous  Next

Indicates the File Transfer Mode. By default the value is ftDFT, but if the host can't handle DFT mode it automatically changes to ftCut.

 

Visual Basic Syntax

 

[TxFtMode =] IndFile.FtMode

 

C# Syntax

 

[TxFtMode =] IndFile.FtMode;

 

 

Remarks

 

Possible values are:

 

Constant Value

Meaning

ftDFT

DFT mode

ftCut

Cut mode

 

See also TxFtMode constants.