IEpcFieldEncoder Interface

TegoOS

IEpcFieldEncoder Interface
Interface for implementing encoding schemes for EPC fields.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public interface IEpcFieldEncoder
Public Interface IEpcFieldEncoder
public interface class IEpcFieldEncoder
type IEpcFieldEncoder =  interface end

The IEpcFieldEncoder type exposes the following members.

Methods
  NameDescription
Public methodDecode
Decodes a field, reading its value from a word array and setting the corresponding property.
Public methodEncode
Encodes a field returning the number of bits used.
Top
See Also