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)
Syntaxpublic SpiChipselectControl ChipSelectControl { get; set; }
Public Property ChipSelectControl As SpiChipselectControl
Get
Set
public:
property SpiChipselectControl ChipSelectControl {
SpiChipselectControl get ();
void set (SpiChipselectControl value);
}
member ChipSelectControl : SpiChipselectControl with get, set
Return Value
Type:
SpiChipselectControlThe current chip select control mode
See Also