Epc Methods |
The Epc type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if the specified object is an Epc instance that denotes
the same EPC (i.e., has the identical EPC URI).
(Overrides ObjectEquals(Object)) |
![]() ![]() | FromComponents |
Creates an Epc instance from the specified EPC scheme and components.
The resulting Epc instance will have an pure identity EPC URI
consisting of urn:epc:id:, the specified EPC scheme name, a colon (:)
character, and the specified components separated by dot (.) characters
with %xx escape sequences as required to conform to URI syntax.
Example: fromComponents(EpcScheme.SGTIN, "0614141", "112345", "a/b") returns an Epc instance whose pure identity EPC URI is urn:epc:id:sgtin:0614141.112345.a%2Fb. |
![]() ![]() | FromEpcUri | Creates an Epc instance by parsing the specified string as a pure identity EPC URI. |
![]() | GetHashCode |
Return the hash code for the current object
(Overrides ObjectGetHashCode) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToGs1ElementString | Creates a new Gs1ElementString instance based on this EPC. |
![]() | ToRfidBank01(EpcTagScheme, Int32) | Creates a new RfidBank01 instance based on this EPC, given the specified RFID control information, defaulting the UMI, attribute bits, and XPC bits to zero. |
![]() | ToRfidBank01(Boolean, UInt16, Byte, EpcTagScheme, Int32) | Creates a new RfidBank01 instance based on this EPC, given the specified RFID control information. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |