RfidBank01TagUri Property |
Returns a representation of the contents of this EPC bank as an EPC Tag URI,
if possible; otherwise throws an EPCException. An EPC Tag URI is returned if
all of the following are 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 TagUri { get; }
Property Value
String
See Also