共用方式為


SerialDevice.IsRequestToSendEnabled 屬性

定義

取得或設定值,這個值可讓要求傳送 (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

屬性值

Boolean

bool

啟用或停用傳送 (RTS) 訊號的要求。 true 會啟用 DTR;否則為 false

適用於