Click or drag to resize

SGTIN_96 Constructor (String, Int64, SGTIN.Filters, CompanyPrefixLengths)

Initializes a new instance of the SGTIN_96 class.

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

Parameters

barcode
Type: System.String
The barcode.
serialNumber
Type: System.Int64
The serial number.
filter
Type: com.gigatms.EpcFormat.SGTIN.Filters
The filter.
companyPrifixLength
Type: com.gigatms.EpcFormat.CompanyPrefixLengths
Length of the company prifix.
See Also