| ADC0832ChipSelectPin Property |
Gets or sets the chip select pin.
Namespace: Microsoft.IoT.Devices.AdcAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin ChipSelectPin { get; set; }
Public Property ChipSelectPin As GpioPin
Get
Set
public:
virtual property GpioPin^ ChipSelectPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract ChipSelectPin : GpioPin with get, set
override ChipSelectPin : GpioPin with get, set
Property Value
Type:
GpioPin
The chip select pin.
See Also