Condividi tramite


SerialDevice.IsRequestToSendEnabled Proprietà

Definizione

Ottiene o imposta un valore che consente il segnale Request to Send (RTS).

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

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

Valore della proprietà

Boolean

bool

Abilita o disabilita il segnale Request to Send (RTS). true abilita la DTR; In caso contrario, false.

Si applica a