Class ResponseData
デバイスからの応答データを表すデータクラスです
Inheritance
System.Object
ResponseData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TFSW.BUD01.handy
Assembly: TFSW_RFIDScannerHandy.dll
Syntax
public class ResponseData
Constructors
ResponseData(Byte, Byte[])
Declaration
public ResponseData(byte pStatus, byte[] pOtherInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | pStatus | |
System.Byte[] | pOtherInfo |
Fields
STATUS_ERR_TIMEOUT
コマンド発行がタイムアウトしたことを示す
Declaration
public const byte STATUS_ERR_TIMEOUT = 239
Field Value
Type | Description |
---|---|
System.Byte |
STATUS_ERR_UNEXPECTED
想定外のエラーが発生したことを示す
Declaration
public const byte STATUS_ERR_UNEXPECTED = 247
Field Value
Type | Description |
---|---|
System.Byte |
STATUS_SUCCEEDED
コマンドが正常に処理されたことを示す
Declaration
public const byte STATUS_SUCCEEDED = 0
Field Value
Type | Description |
---|---|
System.Byte |
Properties
OtherInfo
付随情報。存在しない場合 null
Declaration
public byte[] OtherInfo { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Status
処理結果コード
Declaration
public byte Status { get; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
ThrowException()
Declaration
public void ThrowException()