A Sandcastle Documented Class Library
![]() |
EpcEncoder Methods |
The EpcEncoder type exposes the following members.

Name | Description | |
---|---|---|
![]() |
Decode |
Decodes an EPC hexadecimal string and sets the fields of the encoder accordingly.
|
![]() |
DecodeField |
Decodes a field, reading its value from a word array and setting the corresponding property.
|
![]() |
Encode |
Encode EPC fields into corresponding words.
|
![]() |
EncodeField |
Encodes a field returning the number of bits used.
|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() |
GetFieldEncoder |
Gets an instance of a field encoder of a specific type.
|
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
SetFromTagUriString |
Set encoder fields from a Tag URI.
|
![]() |
SetPropertyFromTagUriField |
Set an encoder field from a field within a Tag URI. Override this if a field needs to be decoded in an an unusual manner.
|
![]() |
ToIdUriString |
Virtual method to generate the EPC Identity URI, e.g. urn:epc:id:sgtin:0614141.812345.6789
Override this method in the encoder if the URI is not formed from the properties in order.
|
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ToTagUriString |
Method to generate the EPC Tag URI, e.g. urn:epc:tag:sgtin-96:3.0614141.812345.6789
|
