SpiConnectionSettings.ClockFrequency Property

Definition

Gets or sets the clock frequency for the connection.

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

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

Property Value

Int32

int

Value of the clock frequency in Hz.

Windows requirements

App capabilities
lowLevel

Applies to