Write the EPC of a tag and update the PC bits. Behavior is
unspecified if more than one tag can be found.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public void CmdWriteTagEpc( ushort timeout, byte[] EPC, bool Lock, uint accessPassword, TagFilter filter )
<ObsoleteAttribute> _ Public Sub CmdWriteTagEpc ( _ timeout As UShort, _ EPC As Byte(), _ Lock As Boolean, _ accessPassword As UInteger, _ filter As TagFilter _ )
[ObsoleteAttribute] public: void CmdWriteTagEpc( unsigned short timeout, array<unsigned char>^ EPC, bool Lock, unsigned int accessPassword, TagFilter^ filter )
- timeout (UInt16)
- the duration in milliseconds to search for a tag to write. Valid range is 0-65535
- EPC (array< Byte >[]()[])
- the EPC to write to the tag
- Lock (Boolean)
- whether to lock the tag (does not apply to all protocols)
- 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