Click or drag to resize

RfidBank01ToEpc Method

Returns the EPC contained in this EPC bank, if possible; otherwise throws an EPCException. 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 Epc ToEpc()

Return Value

Epc
See Also