Sgtin198 Methods

TegoOS

Sgtin198 Methods

The Sgtin198 type exposes the following members.

Methods
  Name Description
Public method Decode
Decodes an EPC hexadecimal string and sets the fields of the encoder accordingly.
(Inherited from EpcEncoder.)
Public method DecodeField
Decodes a field, reading its value from a word array and setting the corresponding property. Overriden to handle partitions.
(Inherited from PartitionedEpcEncoder.)
Public method Encode
Encode EPC fields into corresponding words.
(Inherited from EpcEncoder.)
Public method EncodeField
Encodes a field returning the number of bits used. Overriden to handle partitions.
(Inherited from PartitionedEpcEncoder.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetFirstPartitionBitCount
Gets the number of bits in the first partition. Excludes the partition value bits.
(Inherited from PartitionedEpcEncoder.)
Protected method GetFirstPartitionCharacterCount
Gets the character count in the first partition.
(Inherited from PartitionedEpcEncoder.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected method GetSecondPartitionBitCount
Gets the number of bits in the second partition.
(Inherited from PartitionedEpcEncoder.)
Protected method GetSecondPartitionCharacterCount
Gets the character count in the second partition.
(Inherited from PartitionedEpcEncoder.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetFromTagUriString
Set encoder fields from a Tag URI.
(Inherited from EpcEncoder.)
Protected method 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.
(Inherited from EpcEncoder.)
Public method 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.
(Inherited from EpcEncoder.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method ToTagUriString
Method to generate the EPC Tag URI, e.g. urn:epc:tag:sgtin-96:3.0614141.812345.6789
(Inherited from EpcEncoder.)
Protected method Validate (Inherited from PartitionedEpcEncoder.)
Top
See Also