TS800_60WriteTagEx Method (String, UDCTagData) | 
 
 Encode GTIN barcode to UDC format (GIGA-TMS) 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)
Syntaxpublic bool WriteTagEx(
	string hexAccessPassword,
	UDCTagData tagData
)
Public Function WriteTagEx ( 
	hexAccessPassword As String,
	tagData As UDCTagData
) As Boolean
public:
bool WriteTagEx(
	String^ hexAccessPassword, 
	UDCTagData^ tagData
)
Parameters
- hexAccessPassword
 - Type: SystemString
Tag access password. - tagData
 - Type: com.gigatmsUDCTagData
The UDC tag data. 
Return Value
Type: 
Boolean
 Return true if the operation is OK.
 Return False If the operation Is failed.
 
See Also