'DeclarationPublic Enum TransmitModeOption Inherits System.Enum
'UsageDim instance As TransmitModeOption
public enum TransmitModeOption : System.Enum
'DeclarationPublic Enum TransmitModeOption Inherits System.Enum
'UsageDim instance As TransmitModeOption
public enum TransmitModeOption : System.Enum
| Member | Description |
|---|---|
| ALL | causes the transfer of all data, uncluding FCCs |
| CHAN | CHAN (Changed) transmission mode. Causes the transfer of only the data and the FCC from each field in which an actual change has been made. |
| VAR | Variable (VAR) transmission mode. Causes the transfer of all unprotected data and all FCCs. Most host programs will expect the terminal to be in this mode. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.UTS.TransmitModeOption