SerialDevice.IsDataTerminalReadyEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui active le signal DTR (Data Terminal Ready).
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
Valeur de propriété
Boolean
bool
Active ou désactive le signal DTR (Data Terminal Ready). true active DTR ; Sinon, false.