SpiConnectionSettings.ChipSelectLine Propriété

Définition

Obtient ou définit la ligne de sélection de puce pour la connexion à l’appareil 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

Valeur de propriété

Int32

int

Ligne de sélection de puce.

Configuration requise pour Windows

Fonctionnalités de l’application
lowLevel

S’applique à