DeviceResult クラス
継承
System.Object
DeviceResult
アセンブリ: Y2.UsbIO.Core.dll
構文
public sealed class DeviceResult : IEquatable<DeviceResult>
コンストラクタ
DeviceResult(Int32)
public DeviceResult(int value)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
value |
|
フィールド
AiBusy
public static readonly DeviceResult AiBusy
フィールド値
AiEnd
public static readonly DeviceResult AiEnd
フィールド値
AiError
public static readonly DeviceResult AiError
フィールド値
AiExceedBufSiz
データバッファ容量を超えるデータを取得しようとしました。sampleNumを最大値にしてデータを取得しました
public static readonly DeviceResult AiExceedBufSiz
フィールド値
AiExceedDataNum
変換されたデータ数を超えるデータを取得しようとしました。sampleNumを最大値にしてデータを取得しました
public static readonly DeviceResult AiExceedDataNum
フィールド値
AiNoChannel
public static readonly DeviceResult AiNoChannel
フィールド値
AlreadyConnected
public static readonly DeviceResult AlreadyConnected
フィールド値
AlreadyEvent
public static readonly DeviceResult AlreadyEvent
フィールド値
AoBusy
public static readonly DeviceResult AoBusy
フィールド値
AoEnd
public static readonly DeviceResult AoEnd
フィールド値
AoError
public static readonly DeviceResult AoError
フィールド値
AoExceedBufSiz
データバッファ容量を超えるデータを設定しようとしました
public static readonly DeviceResult AoExceedBufSiz
フィールド値
AoNoChannel
public static readonly DeviceResult AoNoChannel
フィールド値
AoNoData
public static readonly DeviceResult AoNoData
フィールド値
CommunicateError
public static readonly DeviceResult CommunicateError
フィールド値
CommunicateTimeout
public static readonly DeviceResult CommunicateTimeout
フィールド値
CouldNotConnect
public static readonly DeviceResult CouldNotConnect
フィールド値
CpDataFull
public static readonly DeviceResult CpDataFull
フィールド値
CpNotReady
public static readonly DeviceResult CpNotReady
フィールド値
DiBusy
public static readonly DeviceResult DiBusy
フィールド値
DiEnd
public static readonly DeviceResult DiEnd
フィールド値
DiError
public static readonly DeviceResult DiError
フィールド値
DiExceedBufSiz
データバッファ容量を超えるデータを取得しようとしました。sampleNumを最大値にしてデータを取得しました
public static readonly DeviceResult DiExceedBufSiz
フィールド値
DiExceedDataNum
変換されたデータ数を超えるデータを取得しようとしました。sampleNumを最大値にしてデータを取得しました
public static readonly DeviceResult DiExceedDataNum
フィールド値
Disconnect
public static readonly DeviceResult Disconnect
フィールド値
DoBusy
public static readonly DeviceResult DoBusy
フィールド値
DoEnd
public static readonly DeviceResult DoEnd
フィールド値
DoError
public static readonly DeviceResult DoError
フィールド値
DoExceedBufSiz
データバッファ容量を超えるデータを設定しようとしました
public static readonly DeviceResult DoExceedBufSiz
フィールド値
DoNoChannel
public static readonly DeviceResult DoNoChannel
フィールド値
DoNoData
public static readonly DeviceResult DoNoData
フィールド値
Error
public static readonly DeviceResult Error
フィールド値
ExtBoardOver
public static readonly DeviceResult ExtBoardOver
フィールド値
FatalError
public static readonly DeviceResult FatalError
フィールド値
HardwareError
public static readonly DeviceResult HardwareError
フィールド値
InvalidBoardSw
public static readonly DeviceResult InvalidBoardSw
フィールド値
InvalidEpno
public static readonly DeviceResult InvalidEpno
フィールド値
InvalidId
public static readonly DeviceResult InvalidId
フィールド値
InvalidUnitSw
public static readonly DeviceResult InvalidUnitSw
フィールド値
MemAllocError
public static readonly DeviceResult MemAllocError
フィールド値
ModelnameError
指定された型名は存在していないか、サポートしていません
public static readonly DeviceResult ModelnameError
フィールド値
MotionNotReady
public static readonly DeviceResult MotionNotReady
フィールド値
NotConnected
public static readonly DeviceResult NotConnected
フィールド値
NotSupported
public static readonly DeviceResult NotSupported
フィールド値
Parameter1Error
public static readonly DeviceResult Parameter1Error
フィールド値
Parameter1Null
public static readonly DeviceResult Parameter1Null
フィールド値
Parameter2Error
public static readonly DeviceResult Parameter2Error
フィールド値
Parameter2Null
public static readonly DeviceResult Parameter2Null
フィールド値
Parameter3Error
public static readonly DeviceResult Parameter3Error
フィールド値
Parameter3Null
public static readonly DeviceResult Parameter3Null
フィールド値
Parameter4Error
public static readonly DeviceResult Parameter4Error
フィールド値
Parameter4Null
public static readonly DeviceResult Parameter4Null
フィールド値
Parameter5Error
public static readonly DeviceResult Parameter5Error
フィールド値
Parameter5Null
public static readonly DeviceResult Parameter5Null
フィールド値
ParameterError
public static readonly DeviceResult ParameterError
フィールド値
RangeOver
public static readonly DeviceResult RangeOver
フィールド値
Success
public static readonly DeviceResult Success
フィールド値
Suspend
public static readonly DeviceResult Suspend
フィールド値
ThreadFailed
public static readonly DeviceResult ThreadFailed
フィールド値
UnitNumOver
public static readonly DeviceResult UnitNumOver
フィールド値
プロパティ
IsSuccess
public bool IsSuccess { get; }
プロパティ値
Message
public string Message { get; }
プロパティ値
Value
public int Value { get; }
プロパティ値
メソッド
ToString()
public override string ToString()
戻り値
オーバーライド
System.Object.ToString()
ToString(CultureInfo)
public string ToString(CultureInfo cultureInfo)
パラメーター
型 |
名前 |
説明 |
System.Globalization.CultureInfo |
cultureInfo |
|
戻り値
オペレーター
Explicit(DeviceResult to Int32)
public static explicit operator int (DeviceResult value)
パラメーター
戻り値
Implicit(Int32 to DeviceResult)
public static implicit operator DeviceResult(int value)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
value |
|
戻り値