Click or drag to resize

RfidBank01BackscatterHex Property

Returns the contents of the PC, XPC, and EPC/UII portions of the EPC/UII bank (i.e., beginning with bit 10 hex) as a hexadecimal numeral. Bit 10 hex of the EPC/UII bank becomes the most significant bit of the first character of the result. If the XPC indicator bit (bit 16 hex) is zero, then the XPC is not included in the result. If the XPC indicator bit is one, then the XPC is the fourth through eighth characters of the result, with the EPC/UII portion beginning with the ninth character. This corresponds to the sequence in which bits are backscattered in the Gen2/18000-6C Air Interface protocol, excluding the CRC bits. The number of elements in the result is always a multiple of four.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual string BackscatterHex { get; }

Property Value

String
See Also