Send the Hitachi Hibiki Block Lock command.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute] public void CmdHibikiBlockLock( ushort timeout, uint accessPassword, byte block, uint blockPassword, byte mask, byte action )
<ObsoleteAttribute> _ Public Sub CmdHibikiBlockLock ( _ timeout As UShort, _ accessPassword As UInteger, _ block As Byte, _ blockPassword As UInteger, _ mask As Byte, _ action As Byte _ )
[ObsoleteAttribute] public: void CmdHibikiBlockLock( unsigned short timeout, unsigned int accessPassword, unsigned char block, unsigned int blockPassword, unsigned char mask, unsigned char action )
- 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
- block (Byte)
- the block of memory to operate on
- blockPassword (UInt32)
- the password for the block
- mask (Byte)
- bitmask of lock bits to alter
- action (Byte)
- value of lock bits to alter