IEpcEncoder Methods

TegoOS

IEpcEncoder Methods

The IEpcEncoder type exposes the following members.

Methods
  Name Description
Public method Decode
Decodes an EPC hexadecimal string and sets the fields of the encoder accordingly.
Public method DecodeField
Decodes a field, reading its value from a word array and setting the corresponding property.
Public method Encode
Encode EPC fields into corresponding words.
Public method EncodeField
Encodes a field returning the number of bits used.
Public method GetErrors
Gets the validation errors for a specified property or for the entire entity.
(Inherited from INotifyDataErrorInfo.)
Public method SetFromTagUriString
Set encoder fields from a Tag URI.
Public method ToIdUriString
Method to generate the EPC Identity URI, e.g. urn:epc:id:sgtin:0614141.812345.6789
Public method ToTagUriString
Method to generate the EPC Tag URI, e.g. urn:epc:tag:sgtin-96:3.0614141.812345.6789
Top
See Also