System.Sensors.TMechanicalSensorType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

TCustomMechanicalSensorセンサのタイプを定義する型。

この型のインスタンスは、次の値のいずれも取り得ることができます:

項目 説明

BooleanSwitch

2 状態スイッチ。

BooleanSwitchArray

2 状態の配列スイッチ。

Force

センサ。

MultiValueSwitch

複数位置スイッチ。

Pressure

ゲージおよび/または絶対圧力センサ。

Scale

重量センサ。

Strain

ゆがみセンサ。

関連項目