The SSCC class translates a UCC.EAN SSCC-18 to an EPC SSCC.
For a list of all members of this type, see SSCC Members.
System.Object
Apostrophe.EPC.EPCBase
Apostrophe.EPC.SSCC
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This class gives the ability to either use the serial number already contained in the SSCC-18 for encoding or to provide a different serial number. See the different overrides of Encode
SSCC sscc = new SSCC(96);
//provide SSCC-18, Filter, and Serial Number
sscc.Encode("100653005555555558",3,3);
Namespace: Apostrophe.EPC
Assembly: Apostrophe.EPC (in Apostrophe.EPC.dll)
SSCC Members | Apostrophe.EPC Namespace