BlockWrite command
| C# | Visual Basic | Visual 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 )
- 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