Click or drag to resize

RfidBank01AfiUiiHex Property

Returns the contents of the AFI and UII portion of the UII bank (i.e., beginning with bit 18 hex) as a hexadecimal numeral. Bit 18 hex of the UII bank becomes the most significant bit of the first hex digit of the result. The number of hex digits in the result is always two plus 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 AfiUiiHex { get; }

Property Value

String
Exceptions
ExceptionCondition
UiiException if the PC toggle bit is zero, indicating that the tag is not formatted for an ISO application.
See Also