Apostrophe Systems EPC Generator 2.0

SSCC Class

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 class SSCC : EPCBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Example

SSCC sscc = new SSCC(96);
//provide SSCC-18, Filter, and Serial Number
sscc.Encode("100653005555555558",3,3);

Requirements

Namespace: Apostrophe.EPC

Assembly: Apostrophe.EPC (in Apostrophe.EPC.dll)

See Also

SSCC Members | Apostrophe.EPC Namespace