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
Assembly: TFSW_RFIDScanner.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[])
Declaration
public static TagInformation ValueOf(byte[] tagData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | tagData |
Returns
Type | Description |
---|---|
TagInformation |