Click or drag to resize

RfidBank01BackscatterBytes 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 sequence of 8-bit bytes. Bit 10 hex of the EPC/UII bank becomes the most significant bit of the zeroth element 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 elements 2 and 3 of the result, with the EPC/UII portion beginning at element 4. 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 two.

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

Property Value

Byte
See Also