SpiDevice.ConnectionSettings 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 the connection settings for the device.
public:
property SpiConnectionSettings ^ ConnectionSettings { SpiConnectionSettings ^ get(); };
SpiConnectionSettings ConnectionSettings();
public SpiConnectionSettings ConnectionSettings { get; }
var spiConnectionSettings = spiDevice.connectionSettings;
Public ReadOnly Property ConnectionSettings As SpiConnectionSettings
Property Value
The connection settings.
Windows requirements
App capabilities |
lowLevel
|