PrApi: ResolveRfidData

ResolveRfidData

Processes RFID data previously read with the GetRfidFileB() method.

 Public Function ResolveRfidData(
	  ByVal data ) As Long

Parameters

data
The data read with the GetRfidFileB() method.

Return Values

A document reference.

Languages

[Visual Basic] Public Function ResolveRfidData(ByVal data) As Long

[Delphi] function ResolveRfidData(data: OleVariant): Integer;

[C++] long ResolveRfidData(VARIANT data);

Remarks

The returned document reference can be feed to the PrDoc ActiveX control.

See Also

Class PrApi Overview PrApi Properties PrApi Methods ResolveMrzText RuntimeConfig