次の方法で共有


IAdcControllerProvider.ChannelCount プロパティ

定義

コントローラーで使用できるチャネルの数を取得します。

public:
 property int ChannelCount { int get(); };
int ChannelCount();
public int ChannelCount { get; }
var int32 = iAdcControllerProvider.channelCount;
Public ReadOnly Property ChannelCount As Integer

プロパティ値

Int32

int

チャネルの数。

適用対象