TagResponse.EPC Property

TegoOS

TagResponseEPC Property
Gets the EPC in hex (excluding CRC and PC).

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public string EPC { get; }
Public ReadOnly Property EPC As String
	Get
public:
property String^ EPC {
	String^ get ();
}
member EPC : string with get

Property Value

Type: String
See Also