Share via


Config Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the configuration object for the current SPI object.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Property Config As SPI.Configuration
public SPI.Configuration Config { get; set; }
public:
property SPI::Configuration^ Config {
    SPI::Configuration^ get ();
    void set (SPI::Configuration^ value);
}
member Config : SPI.Configuration with get, set
function get Config () : SPI..::..Configuration
function set Config (value : SPI..::..Configuration)

Property Value

Type: Microsoft.SPOT.Hardware. . :: . .SPI. . :: . .Configuration
The configuration object for the current SPI object.

.NET Framework Security

See Also

Reference

SPI Class

Microsoft.SPOT.Hardware Namespace