SpiConnectionSettings.ClockFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|