Click or drag to resize

EpcToRfidBank01(EpcTagScheme, Int32) Method

Creates a new RfidBank01 instance based on this EPC, given the specified RFID control information, defaulting the UMI, attribute bits, and XPC bits to zero.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public virtual RfidBank01 ToRfidBank01(
	EpcTagScheme epcTagScheme,
	int epcFilter
)

Parameters

epcTagScheme  EpcTagScheme
The EPC tag encoding scheme to use. Must be compatible with this EPC.
epcFilter  Int32
The value of the filter to use. Must be within the allowed range for this EPC type, or zero if this EPC type does not have a filter value.

Return Value

RfidBank01
Exceptions
ExceptionCondition
EpcException if the specified values could not be converted to EPC memory bank contents
See Also