12.07.2015 Views

RFID IS - Motorola Solutions LaunchPad Developer Community

RFID IS - Motorola Solutions LaunchPad Developer Community

RFID IS - Motorola Solutions LaunchPad Developer Community

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Access - Tag Write Operation// Write user memory bank datastring tagId = "1234ABCD00000000000025B1";TagAccess.WriteAccessParams writeParams = new TagAccess.WriteAccessParams();byte[] writeData = new byte[4] { 0x11, 0x22, 0x33, 0x44 };writeParams.AccessPassword = 0;writeParams.WriteDataLength = writeData.Length;writeParams.MemoryBank = MEMORY_BANK.MEMORY_BANK_USER;writeParams.ByteOffset = 0;writeParams.WriteData = writeData;// antenna Info is null performs on all antennareader.Actions.TagAccess.WriteWait(tagId, writeAccessParams, null);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!