SpiConnectionSettings.ChipSelectLine プロパティ

定義

SPI デバイスへの接続のチップ選択行を取得または設定します。

public:
 property int ChipSelectLine { int get(); void set(int value); };
int ChipSelectLine();

void ChipSelectLine(int value);
public int ChipSelectLine { get; set; }
var int32 = spiConnectionSettings.chipSelectLine;
spiConnectionSettings.chipSelectLine = int32;
Public Property ChipSelectLine As Integer

プロパティ値

Int32

int

チップ選択ライン。

Windows の要件

アプリの機能
lowLevel

適用対象