[][src]Module gs1::epc

GS1 Electronic Product Codes

EPCs are used to represent GS1 IDs on Gen2 RFID tags. This is documented in the GS1 EPC Tag Data Standard.

Modules

sgtin

Serialised Global Trade Item Number

sscc

Serial Shipping Container Code

tid

Decoder for EPC Tag Identification data

Structs

Unprogrammed

Represents an unprogrammed tag (with the header byte 0x00)

Enums

EPCValue

A tagged union to allow data structures to be returned from the EPC trait

Traits

EPC

A GS1 object which is capable of being represented as an EPC.

Functions

decode_binary

Decode a binary EPC code, as received from an RFID tag.