Click or drag to resize

SGTIN_96 Constructor (String, Int64, SGTINFilters, CompanyPrefixLengths)

Initializes a new instance of the SGTIN_96 class.

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

Parameters

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