System.Sensors.TMechanicalSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMechanicalSensorType = (BooleanSwitch, BooleanSwitchArray, MultiValueSwitch, Force, Scale, Pressure, Strain);

C++

enum class DECLSPEC_DENUM TMechanicalSensorType : unsigned char { BooleanSwitch, BooleanSwitchArray, MultiValueSwitch, Force, Scale, Pressure, Strain };

Properties

Type Visibility Source Unit Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type that defines the type of sensor of a TCustomMechanicalSensor.

Instances of this type may have any of the following values:

Item Description

BooleanSwitch

Two-state switch.

BooleanSwitchArray

Array of two-state switches.

Force

Force sensor.

MultiValueSwitch

Multiple-position switch.

Pressure

Gauge and/or absolute pressure sensor.

Scale

Weight sensor.

Strain

Strain sensor.

See Also