Condividi tramite


PwmPin.IsStarted Proprietà

Definizione

Ottiene lo stato iniziale del pin.

public:
 property bool IsStarted { bool get(); };
bool IsStarted();
public bool IsStarted { get; }
var boolean = pwmPin.isStarted;
Public ReadOnly Property IsStarted As Boolean

Valore della proprietà

Boolean

bool

True se il PWM è stato avviato su questo pin, in caso contrario false.

Si applica a