Click or drag to resize

RfidBank01EpcBytes Property

Returns the contents of the EPC portion of the EPC bank (i.e., beginning with bit 20 hex) as a sequence of 8-bit bytes. Bit 20 hex of the EPC bank becomes the most significant bit of the zeroth element of the result. 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[] EpcBytes { get; }

Property Value

Byte
Exceptions
ExceptionCondition
EpcException if the PC toggle bit is one, indicating that the tag is not formatted for an EPCglobal application.
See Also