| ISpiBasedDeviceControllerName Property |
Gets or sets the name of the SPIO controller to use.
Namespace: Microsoft.IoT.DeviceCore.SpiAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string ControllerName { get; set; }
Property ControllerName As String
Get
Set
property String^ ControllerName {
String^ get ();
void set (String^ value);
}
abstract ControllerName : string with get, set
Property Value
Type:
String
The name of the SPIO controller to use. The default is "SPI0".
See Also