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