Mercury API
CmdBlockWrite Method (timeout, memBank, wordPtr, wordCount, data, accessPassword, target)
NamespacesThingMagicSerialReaderCmdBlockWrite(UInt16, Gen2..::.Bank, UInt32, Byte, array<UInt16>[]()[], UInt32, TagFilter)
BlockWrite command
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdBlockWrite(
	ushort timeout,
	Gen2..::.Bank memBank,
	uint wordPtr,
	byte wordCount,
	ushort[] data,
	uint accessPassword,
	TagFilter target
)
<ObsoleteAttribute> _
Public Sub CmdBlockWrite ( _
	timeout As UShort, _
	memBank As Gen2..::.Bank, _
	wordPtr As UInteger, _
	wordCount As Byte, _
	data As UShort(), _
	accessPassword As UInteger, _
	target As TagFilter _
)
[ObsoleteAttribute]
public:
void CmdBlockWrite(
	unsigned short timeout, 
	Gen2..::.Bank memBank, 
	unsigned int wordPtr, 
	unsigned char wordCount, 
	array<unsigned short>^ data, 
	unsigned int accessPassword, 
	TagFilter^ target
)
Parameters
timeout (UInt16)
timeout
memBank (Gen2..::.Bank)
the Gen2 memory bank to write to
wordPtr (UInt32)
the word address to start writing to
wordCount (Byte)
the length of the data to write in words
data (array< UInt16 >[]()[])
the data to write
accessPassword (UInt32)
accessPassword
target (TagFilter)
the tag to write to, or null

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