Mercury API
CmdHibikiSetAttenuate Method (timeout, accessPassword, level, _lock)
NamespacesThingMagicSerialReaderCmdHibikiSetAttenuate(UInt16, UInt32, Byte, Byte)
Send the Hitachi Hibiki Set Attenuate command.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public void CmdHibikiSetAttenuate(
	ushort timeout,
	uint accessPassword,
	byte level,
	byte _lock
)
<ObsoleteAttribute> _
Public Sub CmdHibikiSetAttenuate ( _
	timeout As UShort, _
	accessPassword As UInteger, _
	level As Byte, _
	_lock As Byte _
)
[ObsoleteAttribute]
public:
void CmdHibikiSetAttenuate(
	unsigned short timeout, 
	unsigned int accessPassword, 
	unsigned char level, 
	unsigned char _lock
)
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
level (Byte)
the attenuation level to set
_lock (Byte)
whether to permanently lock the attenuation level

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