PwmController.PinCount 属性

定义

获取系统上可用的引脚数。

public:
 property int PinCount { int get(); };
int PinCount();
public int PinCount { get; }
var int32 = pwmController.pinCount;
Public ReadOnly Property PinCount As Integer

属性值

Int32

int

引脚数。

适用于