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)
Syntaxpublic DeviceType SensorType { get; set; }
Public Property SensorType As DeviceType
Get
Set
public:
property DeviceType SensorType {
DeviceType get ();
void set (DeviceType value);
}
member SensorType : DeviceType with get, set
Return Value
Type:
DeviceTypeThe current device mode, as an FX3Interface.DeviceType
See Also