Click or drag to resize

TS50WriteTagEx Method (String, SGTIN_96)

Encode GTIN barcode to SGTIN-96 format and write into tag's EPC bank.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public bool WriteTagEx(
	string hexAccessPassword,
	SGTIN_96 tagData
)

Parameters

hexAccessPassword
Type: SystemString
Tag access password.
tagData
Type: com.gigatms.EpcFormatSGTIN_96
The SGTIN-96 tag data.

Return Value

Type: Boolean
Return true if the operation is OK. Return False If the operation Is failed.
See Also