Mercury API
CmdHibikiGetSystemInformation Method (timeout, accessPassword)
NamespacesThingMagicSerialReaderCmdHibikiGetSystemInformation(UInt16, UInt32)
Send the Hitachi Hibiki Get System Information command.
Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute]
public SerialReader..::.HibikiSystemInformation CmdHibikiGetSystemInformation(
	ushort timeout,
	uint accessPassword
)
<ObsoleteAttribute> _
Public Function CmdHibikiGetSystemInformation ( _
	timeout As UShort, _
	accessPassword As UInteger _
) As SerialReader..::.HibikiSystemInformation
[ObsoleteAttribute]
public:
SerialReader..::.HibikiSystemInformation^ CmdHibikiGetSystemInformation(
	unsigned short timeout, 
	unsigned int accessPassword
)
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
Return Value
10-element array of integers: {info flags, reserved memory size, EPC memory size, TID memory size, user memory size, set attenuate value, bank lock bits, block read lock bits, block r/w lock bits, block write lock bits}

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