UR0250WriteTag Method (String, String, MemoryBank, Int32, Byte) |
Writes raw data into tag with specified EPC.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool WriteTag(
string hexSelectedPcEpc,
string hexAccessPassword,
MemoryBank memoryBank,
int startWordAddress,
byte[] data
)
Public Function WriteTag (
hexSelectedPcEpc As String,
hexAccessPassword As String,
memoryBank As MemoryBank,
startWordAddress As Integer,
data As Byte()
) As Boolean
public:
bool WriteTag(
String^ hexSelectedPcEpc,
String^ hexAccessPassword,
MemoryBank memoryBank,
int startWordAddress,
array<unsigned char>^ data
)
Parameters
- hexSelectedPcEpc
- Type: SystemString
Specifies the tag with identical PC and EPC. - hexAccessPassword
- Type: SystemString
Tag access password. - memoryBank
- Type: com.gigatms.ParametersMemoryBank
Whick tag memory bank. - startWordAddress
- Type: SystemInt32
Start word address of memory bank.
Note that EPC starts from address 02 when read EPC bank, the first two 2 words are for CRC and PC.
- data
- Type: SystemByte
Specifies the data to write into tag.
Return Value
Type:
Boolean
Return true if the operation is OK.
Return False If the operation Is failed.
See Also