Compartir a través de


SerialDevice.IsDataTerminalReadyEnabled Propiedad

Definición

Obtiene o establece un valor que habilita la señal de Data Terminal Ready (DTR).

public:
 property bool IsDataTerminalReadyEnabled { bool get(); void set(bool value); };
bool IsDataTerminalReadyEnabled();

void IsDataTerminalReadyEnabled(bool value);
public bool IsDataTerminalReadyEnabled { get; set; }
var boolean = serialDevice.isDataTerminalReadyEnabled;
serialDevice.isDataTerminalReadyEnabled = boolean;
Public Property IsDataTerminalReadyEnabled As Boolean

Valor de propiedad

Boolean

bool

Habilita o deshabilita la señal de Data Terminal Ready (DTR). true habilita DTR; De lo contrario, false.

Se aplica a