TS100WriteTagEx Method (String, String, SGTIN_96_EAS) |
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into specified tag's EPC bank.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool WriteTagEx(
string hexSelectedPcEpc,
string hexAccessPassword,
SGTIN_96_EAS tagData
)
Public Function WriteTagEx (
hexSelectedPcEpc As String,
hexAccessPassword As String,
tagData As SGTIN_96_EAS
) As Boolean
public:
bool WriteTagEx(
String^ hexSelectedPcEpc,
String^ hexAccessPassword,
SGTIN_96_EAS^ tagData
)
Parameters
- hexSelectedPcEpc
- Type: SystemString
Specifies the tag with identical PC and EPC. - hexAccessPassword
- Type: SystemString
Tag access password. - tagData
- Type: com.gigatms.EpcFormatSGTIN_96_EAS
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