Click or drag to resize

RfidBank01BackscatterWords 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 16-bit words. 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 element 1 of the result, with the EPC/UII portion beginning at element 2. This corresponds to the sequence in which bits are backscattered in the Gen2/18000-6C Air Interface protocol, excluding the CRC bits.

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

Property Value

UInt16
See Also