RfidBank01EpcTagScheme Property |
Returns the EPC Tag Scheme of the the EPC contained in this EPC bank, if possible;
otherwise throws an EPCException. An EPC Tag Scheme is returned if
An EPC 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 to the EPC header for a defined
EPC binary encoding; (c)
the remaining bits required by that EPC binary encoding exist and do not violate any of the
decoding rules for that encoding.
Namespace: GS1.EPC.ApiAssembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntaxpublic virtual EpcTagScheme EpcTagScheme { get; }
Property Value
EpcTagScheme
See Also