Click or drag to resize

SGTIN_96_EAS Constructor (String, SGTINFilters, CompanyPrefixLengths)

Initializes a new instance of the SGTIN_96_EAS class. SGTIN-96 + EAS. No need to set serial number.

Namespace:  com.gigatms.EpcFormat
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public SGTIN_96_EAS(
	string barcode,
	SGTINFilters filter,
	CompanyPrefixLengths companyPrifixLength
)

Parameters

barcode
Type: SystemString
The barcode.
filter
Type: com.gigatms.EpcFormatSGTINFilters
The filter.
companyPrifixLength
Type: com.gigatms.EpcFormatCompanyPrefixLengths
Length of the company prifix.
See Also