RfidBank01TagOrRawUri Property |
Returns a representation of the contents of this EPC bank as an EPC Tag URI,
if possible, or as an EPC Raw URI (in hexadecimal), if not. An EPC Tag URI is returned if
the following are all true: (a) the toggle bit (bit 17 hex) is zero; (b) bits
20 hex through 27 hex, inclusive, exist and are equal a defined EPC header; (c)
the remaining bits required by that header exist and do not violate any of the
decoding rules for that header.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual string TagOrRawUri { get; }
Property Value
String
See Also