EpcCode Class

TegoOS

EpcCode Class
Represents an EPC Code.
Inheritance Hierarchy
SystemObject  ErrorsContainer
    Tego.Rfid.TdsEpcCode

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class EpcCode : ErrorsContainer, INotifyPropertyChanged
Public Class EpcCode
	Inherits ErrorsContainer
	Implements INotifyPropertyChanged
public ref class EpcCode : public ErrorsContainer, 
	INotifyPropertyChanged
type EpcCode =  
    class
        inherit ErrorsContainer
        interface INotifyPropertyChanged
    end

The EpcCode type exposes the following members.

Constructors
  NameDescription
Public methodEpcCode
Initializes a new instance of the EpcCode class
Top
Properties
  NameDescription
Public propertyEncoder
Gets the encoder. Changing an encoder field will cause the Hex property to update.
Public propertyHex
Gets or sets the EPC hex, causing the Encoder property to change as needed.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFromTagUri
Set encoder fields from a Tag URI.
Public methodToString
Default EPC representation.
(Overrides ObjectToString.)
Public methodToString(String)
Converts the EPC to a URI or other string representation.
Top
Events
  NameDescription
Public eventPropertyChanged
Event raised when the value of the Hex or Encoder changes.
Top
Fields
  NameDescription
Public fieldStatic memberURI_ID_PREFIX
The GS1 TDS header for an ID URI.
Public fieldStatic memberURI_RAW_PREFIX
The GS1 TDS header for a Raw URI.
Public fieldStatic memberURI_TAG_PREFIX
The GS1 TDS header for a Tag URI.
Top
See Also