Mercury API
CmdHibikiWriteMultipleWords Method (timeout, accessPassword, bank, wordOffset, data)
NamespacesThingMagicSerialReaderCmdHibikiWriteMultipleWords(UInt16, UInt32, Gen2..::.Bank, UInt32, ICollection<(Of <(Byte>)>))
Send the Hitachi Hibiki Write Multiple Words Lock command.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)