Click or drag to resize

SGTIN_198 Constructor (String, String, SGTINFilters, CompanyPrefixLengths)

Initializes a new instance of the SGTIN_198 class.

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

Parameters

barcode
Type: SystemString
The GTIN barcode.
serialNumber
Type: SystemString
The SGTIN-198 serial number.
filter
Type: com.gigatms.EpcFormatSGTINFilters
The SGTIN-198 filter.
companyPrifixLength
Type: com.gigatms.EpcFormatCompanyPrefixLengths
Length of the GTIN company prifix.
See Also