Obsolete Members for QSerialPortInfo

以下成員源於類 QSerialPortInfo 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

公共函數

(obsolete) bool isBusy () const
(obsolete) bool isValid () const

成員函數文檔編製

bool QSerialPortInfo:: isBusy () const

此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

返迴 true if serial port is busy; otherwise returns false .

另請參閱 isNull ().

bool QSerialPortInfo:: isValid () const

此函數已過時。提供它是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它。

返迴 true if serial port is present on system; otherwise returns false .

另請參閱 isNull () 和 isBusy ().