StaStpConfig クラス
STA/STP信号の設定値(有効/無効)
継承
System.Object
StaStpConfig
名前空間: Y2.UsbIO.Pmcs
アセンブリ: Y2.UsbIO.Core.dll
構文
public sealed class StaStpConfig : IEquatable<StaStpConfig>
フィールド
AllDisable
全て無効
public static readonly StaStpConfig AllDisable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
AllEnable
全て有効
public static readonly StaStpConfig AllEnable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
Sta0Or2IsEnable
STA0(またはSTA2)のみ有効
public static readonly StaStpConfig Sta0Or2IsEnable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
Sta1Or3IsEnable
STA1(またはSTA3)のみ有効
public static readonly StaStpConfig Sta1Or3IsEnable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
Stp0Or2IsEnable
STP0(またはSTP2)のみ有効
public static readonly StaStpConfig Stp0Or2IsEnable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
Stp1Or3IsEnable
STP1(またはSTP3)のみ有効
public static readonly StaStpConfig Stp1Or3IsEnable
フィールド値
型 | 説明 |
---|---|
StaStpConfig |
プロパティ
IsSta0Or2Enable
STA0(またはSTA2)が有効か?
public bool IsSta0Or2Enable { get; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
IsSta1Or3Enable
STA1(またはSTA3)が有効か?
public bool IsSta1Or3Enable { get; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
IsStp0Or2Enable
STP0(またはSTP2)が有効か?
public bool IsStp0Or2Enable { get; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
IsStp1Or3Enable
STP1(またはSTP3)が有効か?
public bool IsStp1Or3Enable { get; }
プロパティ値
型 | 説明 |
---|---|
System.Boolean |
Value
ドライバAPIでの値
public ushort Value { get; }
プロパティ値
型 | 説明 |
---|---|
System.UInt16 |
メソッド
Union(StaStpConfig)
結合します。フィールドに定義済みでない設定を使用する時に使用できます。
public StaStpConfig Union(StaStpConfig other)
パラメーター
型 | 名前 | 説明 |
---|---|---|
StaStpConfig | other | 結合する設定値 |
戻り値
型 | 説明 |
---|---|
StaStpConfig | 結合後の値 |
例
// STP0(またはSTP2)・STA0(またはSTA2)は有効。STP1(またはSTP3)・STA1(またはSTA3)は無効。
SensorStaStpConfig.EnableStp0Or2.Union(SensorStaStpConfig.EnableSta0Or2)
オペレーター
Implicit(Int32 to StaStpConfig)
public static implicit operator StaStpConfig(int value)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Int32 | value |
戻り値
型 | 説明 |
---|---|
StaStpConfig |
Implicit(UInt16 to StaStpConfig)
public static implicit operator StaStpConfig(ushort value)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.UInt16 | value |
戻り値
型 | 説明 |
---|---|
StaStpConfig |