| MCP3008ChipSelectLine Property |
Gets or sets the chip select line to use on the SPIO controller.
Namespace: Microsoft.IoT.Devices.AdcAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ChipSelectLine { get; set; }
Public Property ChipSelectLine As Integer
Get
Set
public:
virtual property int ChipSelectLine {
int get () sealed;
void set (int value) sealed;
}
abstract ChipSelectLine : int with get, set
override ChipSelectLine : int with get, set
Property Value
Type:
Int32
The chip select line to use on the SPIO controller. The default is 0.
See Also