共用方式為


PwmPin.Controller 屬性

定義

取得這個針腳所使用的 PWM 控制器。

public:
 property PwmController ^ Controller { PwmController ^ get(); };
PwmController Controller();
public PwmController Controller { get; }
var pwmController = pwmPin.controller;
Public ReadOnly Property Controller As PwmController

屬性值

控制器。

適用於