Click or drag to resize

RfidBank01AttributeBits Property

Returns the contents of the attribute bits of the EPC bank (bits 18 to 1F hex). Bit 18 hex of the EPC bank is the most significant bit of the result.

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 AttributeBits { 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