Click or drag to resize

FX3ConnectionChipSelectControl Property

Property to get or set the FX3 SPI controller chip select setting. Should be left on hardware control, changing modes will likely cause unexpected behavior. Reqcode: B2 Value: Desired setting (as SpiChipselectControl ) Index: 4 Length: 4 Data: None

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public SpiChipselectControl ChipSelectControl { get; set; }

Return Value

Type: SpiChipselectControl
The current chip select control mode
See Also