Mercury API
CmdHibikiReadLock Method (timeout, accessPassword, mask, action)
NamespacesThingMagicSerialReaderCmdHibikiReadLock(UInt16, UInt32, Byte, Byte)
Send the Hitachi Hibiki Read Lock command.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdHibikiReadLock(
	ushort timeout,
	uint accessPassword,
	byte mask,
	byte action
)
<ObsoleteAttribute> _
Public Sub CmdHibikiReadLock ( _
	timeout As UShort, _
	accessPassword As UInteger, _
	mask As Byte, _
	action As Byte _
)
[ObsoleteAttribute]
public:
void CmdHibikiReadLock(
	unsigned short timeout, 
	unsigned int accessPassword, 
	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
mask (Byte)
bitmask of read lock bits to alter
action (Byte)
action value of read lock bits to alter

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