Mercury API
CmdHibikiBlockReadLock Method (timeout, accessPassword, block, blockPassword, mask, action)
NamespacesThingMagicSerialReaderCmdHibikiBlockReadLock(UInt16, UInt32, Byte, UInt32, Byte, Byte)
Send the Hitachi Hibiki Block Read Lock command.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdHibikiBlockReadLock(
	ushort timeout,
	uint accessPassword,
	byte block,
	uint blockPassword,
	byte mask,
	byte action
)
<ObsoleteAttribute> _
Public Sub CmdHibikiBlockReadLock ( _
	timeout As UShort, _
	accessPassword As UInteger, _
	block As Byte, _
	blockPassword As UInteger, _
	mask As Byte, _
	action As Byte _
)
[ObsoleteAttribute]
public:
void CmdHibikiBlockReadLock(
	unsigned short timeout, 
	unsigned int accessPassword, 
	unsigned char block, 
	unsigned int blockPassword, 
	unsigned char mask, 
	unsigned char action
)
Parameters
timeout (UInt16)
Timeout to Block Read Lock
accessPassword (UInt32)
Access Password
block (Byte)
Block
blockPassword (UInt32)
Block Access Password
mask (Byte)
Mask
action (Byte)
Action

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