Click or drag to resize

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.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual EpcTagScheme EpcTagScheme { get; }

Property Value

EpcTagScheme
See Also