++ operator allows the EPC Numbers serial number to be incremented by 1
The supplied EPC Number with an incremented Serail Number
SSCC sscc1 = new SSCC(96);
//provide SSCC-18, Filter, and Serial Number and 1
sscc1.Encode("100653005555555558",3,1);
//Go through an increment the SSCC
for(int i=1;i<=5;i++)
{
sscc++;
Console.Write(sscc.ToString());
}
EPCBase Class | Apostrophe.EPC Namespace