SpiConnectionSettings(Int32) Constructor
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.
Initializes new instance of SpiConnectionSettings.
public:
SpiConnectionSettings(int chipSelectLine);
SpiConnectionSettings(int const& chipSelectLine);
public SpiConnectionSettings(int chipSelectLine);
function SpiConnectionSettings(chipSelectLine)
Public Sub New (chipSelectLine As Integer)
Parameters
- chipSelectLine
-
Int32
int
The chip select line on which the connection will be made.