Partager via


ProviderSpiConnectionSettings.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 = providerSpiConnectionSettings.chipSelectLine;
providerSpiConnectionSettings.chipSelectLine = int32;
Public Property ChipSelectLine As Integer

Valeur de propriété

Int32

int

Ligne de sélection de puce.

S’applique à