RfidBank01AfiUiiBytes Property |
Returns the contents of the AFI and UII portions of the UII bank (i.e., beginning with
bit 18 hex) as a sequence of 8-bit bytes. Bit 18 hex of the UII bank becomes
the most significant bit of the zeroth element of the result. The number
of elements in the result is always an odd number.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual byte[] AfiUiiBytes { get; }
Property Value
Byte
ExceptionsException | Condition |
---|
UiiException | if the PC toggle bit is zero, indicating that the tag
is not formatted for an ISO application.
|
See Also