Show / Hide Table of Contents

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
Assembly: TFSW_RFIDScanner.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_BCC

検証値が一致しないことを示す

Declaration
public const byte STATUS_ERR_BCC = 252
Field Value
Type Description
System.Byte

STATUS_ERR_NOT_COMPLETED

コマンドが正常に処理されなかったことを示す

Declaration
public const byte STATUS_ERR_NOT_COMPLETED = 251
Field Value
Type Description
System.Byte

STATUS_ERR_PARAM

パラメータエラーが発生したことを示す

Declaration
public const byte STATUS_ERR_PARAM = 254
Field Value
Type Description
System.Byte

STATUS_ERR_TIMEOUT

コマンド発行がタイムアウトしたことを示す

Declaration
public const byte STATUS_ERR_TIMEOUT = 239
Field Value
Type Description
System.Byte

STATUS_ERR_UNDEFINED_COMMAND

未定義コマンドが指定されたことを示す

Declaration
public const byte STATUS_ERR_UNDEFINED_COMMAND = 255
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()
Back to top Generated by DocFX