Write data to a Gen2 tag.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public void CmdGen2WriteTagData( ushort timeout, Gen2..::.Bank memBank, uint address, byte[] data, uint accessPassword, TagFilter filter )
<ObsoleteAttribute> _ Public Sub CmdGen2WriteTagData ( _ timeout As UShort, _ memBank As Gen2..::.Bank, _ address As UInteger, _ data As Byte(), _ accessPassword As UInteger, _ filter As TagFilter _ )
[ObsoleteAttribute] public: void CmdGen2WriteTagData( unsigned short timeout, Gen2..::.Bank memBank, unsigned int address, array<unsigned char>^ data, unsigned int accessPassword, TagFilter^ filter )
- timeout (UInt16)
- the duration in milliseconds to search for a tag to write to. Valid range is 0-65535
- memBank (Gen2..::.Bank)
- the Gen2 memory bank to write to
- address (UInt32)
- the word address to start writing at
- data (array< Byte >[]()[])
- the data to write - must be an even number of bytes
- accessPassword (UInt32)
- the password to use when writing the tag
- filter (TagFilter)
- a specification of the air protocol filtering to perform to find the tag