Send the Hitachi Hibiki Write Multiple Words Lock command.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public void CmdHibikiWriteMultipleWords( ushort timeout, uint accessPassword, Gen2..::.Bank bank, uint wordOffset, ICollection<byte> data )
<ObsoleteAttribute> _ Public Sub CmdHibikiWriteMultipleWords ( _ timeout As UShort, _ accessPassword As UInteger, _ bank As Gen2..::.Bank, _ wordOffset As UInteger, _ data As ICollection(Of Byte) _ )
[ObsoleteAttribute] public: void CmdHibikiWriteMultipleWords( unsigned short timeout, unsigned int accessPassword, Gen2..::.Bank bank, unsigned int wordOffset, ICollection<unsigned char>^ data )
- timeout (UInt16)
- the timeout of the operation, in milliseconds. Valid range is 0-65535.
- accessPassword (UInt32)
- the access password to use to write to the tag
- bank (Gen2..::.Bank)
- the Gen2 memory bank to write to
- wordOffset (UInt32)
- the word address to start writing at
- data (ICollection<(Of <(Byte>)>))
- the data to write - must be an even number of bytes