Click or drag to resize

RfidUserBank Class

Dummy class for RfidUserBank in EPC only library
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiRfidUserBank

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public class RfidUserBank

The RfidUserBank type exposes the following members.

Constructors
 NameDescription
Public methodRfidUserBankInitializes a new instance of the RfidUserBank class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFromDataElements 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
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also