RFIDEpc64bit Class [AX 2012]

Generates the electronic product code (EPC) tags.

Syntax

class RFIDEpc64bit extends RFIDEpc

Run On

Called

Methods

  Method Description
Gg820036.protmethod(en-us,AX.60).gif addBits Adds a value to the bit stack. (Inherited from RFIDTagBase.)
Gg820036.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif clear Clears a single electronic product code (EPC) field before the EPC is split. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif epcManager Gets or sets the value of the epcManager value. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif generate Generates the electronic product code (EPC) tag. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif generateSerialNumber Generates and applies the serial number when the tag ID is generated if the serial number was not already applied. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif getTagHeaderStructure Retrieves a container that defines the length of the tag type, the filter, and the partition tag header fields. (Overrides the getTagHeaderStructure Method.)
Gg820036.protmethod(en-us,AX.60).gif getTagStructure Retrieves a container that defines the length of the company prefix, the item reference, and the serial number tag body fields. (Overrides the getTagStructure Method.)
Gg820036.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg820036.protmethod(en-us,AX.60).gif new Initializes a new instance of the RFIDTagBase class. (Inherited from RFIDTagBase.)
Gg820036.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif object Gets or sets the value of object. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif objectType Gets or sets the value of an objectType. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif partition Gets or sets the value of the partition. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif peek Peeks a value from the bit stack and returns it as anytype. This makes it possible to assign it to both string and integers. (Inherited from RFIDTagBase.)
Gg820036.pubmethod(en-us,AX.60).gif postGenerate Finalizes the generation of the tag ID. (Inherited from RFIDTagBase.)
Gg820036.protmethod(en-us,AX.60).gif postGenerateValidation Validates the electronic product code (EPC) tag ID after it is generated. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif postSplitValidation Validates the single fields from the 64-bit electronic product code (EPC) tag ID after it is split. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif preGenerateValidation Validates the 64-bit electronic product code (EPC) tag ID before it is generated. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif preSplit Converts the tag ID into the bit stack. (Inherited from RFIDTagBase.)
Gg820036.protmethod(en-us,AX.60).gif preSplitValidation Validates the 64-bit electronic product code (EPC) tag ID before it is split into the single fields. (Overrides the preSplitValidation Method.)
Gg820036.protmethod(en-us,AX.60).gif push Pushes a value on to the bit stack and returns the new bit stack. (Inherited from RFIDTagBase.)
Gg820036.pubmethod(en-us,AX.60).gif serialNumber Gets or sets the value of the serial number. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif split Splits the electronic product code (EPC) tag into a header, filter, company prefix, item reference, and a serial number. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif tagId Gets or sets the value of the tag ID. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif tagLength Retrieves the length of the tag. (Overrides the tagLength Method.)
Gg820036.pubmethod(en-us,AX.60).gif tagType Gets or sets the value of tagType. (Inherited from RFIDEpc.)
Gg820036.protmethod(en-us,AX.60).gif toHex Converts an integer into a hexadecimal string. (Inherited from RFIDTagBase.)
Gg820036.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg820036.protmethod(en-us,AX.60).gif validate Validates the electronic product code (EPC) tags. (Inherited from RFIDEpc.)
Gg820036.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg820036.pubmethod(en-us,AX.60).gif Gg820036.static(en-us,AX.60).gif ::construct

Top

Remarks

When the EPC tags are generated, the single elements that make up a 64-bit EPC number are taken from Microsoft Dynamics AXand the output is a 24 character hexadecimal string.

Inheritance Hierarchy

Object Class
  RFIDTagBase Class
    RFIDEpc Class
      RFIDEpc64bit Class