Show / Hide Table of Contents

Class TagInformation

読取ったタグ1枚分の情報を表すデータクラスです

Inheritance
System.Object
TagInformation
Inherited Members
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 TagInformation

Constructors

TagInformation(String, String, Int32, DateTimeOffset)

Declaration
public TagInformation(string pcbit, string epc, int rssi, DateTimeOffset readDate)
Parameters
Type Name Description
System.String pcbit
System.String epc
System.Int32 rssi
System.DateTimeOffset readDate

Properties

Epc

EPC の内容を示します

Declaration
public string Epc { get; }
Property Value
Type Description
System.String

Pcbit

PCbit の内容を示します

Declaration
public string Pcbit { get; }
Property Value
Type Description
System.String

ReadDate

このタグ情報を受信した日時を示します

Declaration
public DateTimeOffset ReadDate { get; }
Property Value
Type Description
System.DateTimeOffset

Rssi

タグを読み取った際のRSSI値を示します

Declaration
public int Rssi { get; }
Property Value
Type Description
System.Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

ValueOf(Byte[], Int32)

Declaration
public static TagInformation ValueOf(byte[] tagData, int rssi)
Parameters
Type Name Description
System.Byte[] tagData
System.Int32 rssi
Returns
Type Description
TagInformation
Back to top Generated by DocFX