Click or drag to resize

RfidUserBankFromDataElements Method

Returns a new RfidUserBank instance, initialized to include the specified data elements, encoded according to the default encoding options. The default encoding options are:
  • Use the Packed Objects access method
  • All data elements are encoded into a single packed object
  • The packed object uses an ID List identification section
  • The packed object compaction method is used
  • The packed object is not editable (no provision for addenda is made)
  • There is no directory packed object
  • There is no optional padding
  • The GS1 Application Identifier ID Table (data format 9) is used

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public static RfidUserBank FromDataElements(
	UserDataElement[] elements
)

Parameters

elements  UserDataElement
 

Return Value

RfidUserBank
Exceptions
ExceptionCondition
UserMemoryException if the specified data elements cannot be encoded.
See Also