isValid()

描述

機器是否存在並且創建成功。

語法


machine.isValid();

參數

machine:為 Machine物件。

無參數。

回傳

bool:

true: 機器存在且創建成功。

false: 機器不存在或創建失敗。

See also


函式庫參考主頁面

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.