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)
Syntaxpublic SGTIN_96_EAS(
string barcode,
SGTINFilters filter,
CompanyPrefixLengths companyPrifixLength
)
Public Sub New (
barcode As String,
filter As SGTINFilters,
companyPrifixLength As CompanyPrefixLengths
)
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