SpiConnectionSettings.Mode 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.
public:
property SpiMode Mode { SpiMode get(); void set(SpiMode value); };
SpiMode Mode();
void Mode(SpiMode value);
public SpiMode Mode { get; set; }
var spiMode = spiConnectionSettings.mode;
spiConnectionSettings.mode = spiMode;
Public Property Mode As SpiMode
Property Value
The communication mode.
Windows requirements
App capabilities |
lowLevel
|