AdcController.MaxValue 属性

定义

获取控制器可以报告的最大值。

public:
 property int MaxValue { int get(); };
int MaxValue();
public int MaxValue { get; }
var int32 = adcController.maxValue;
Public ReadOnly Property MaxValue As Integer

属性值

Int32

int

最大值。

适用于