SpiConnectionSettings(Int32) Constructor

Definition

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.

Applies to