Mercury API
CmdHibikiBlockLock Method (timeout, accessPassword, block, blockPassword, mask, action)
NamespacesThingMagicSerialReaderCmdHibikiBlockLock(UInt16, UInt32, Byte, UInt32, Byte, Byte)
Send the Hitachi Hibiki Block Lock command.
Declaration Syntax
C#Visual BasicVisual 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
)
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
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

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