Click or drag to resize

FX3ConnectionSensorType Property

Property to get the device family type the FX3 was initialized for. Setting this property restores all SPI settings to the default for the selected device family.

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

Return Value

Type: DeviceType
The current device mode, as an FX3Interface.DeviceType
See Also