PrApi: GetRfidFile

GetRfidFile

Reads files from the RFID card and processes automatically.

 Public Function GetRfidFile(
	  ByVal card As String,
	  ByVal file_id As Long ) As Long

Parameters

card
The identifier of the selected card.
file_id
Identifier of the requested file. The possible values are defined in the PR_RFID_FILES enumeration.

Return Values

A document reference.

Languages

[Visual Basic] Public Function GetRfidFile(ByVal card As String, ByVal file_id As Long) As Long

[Delphi] function GetRfidFile(const card: WideString; file_id: Integer): Integer;

[C++] long GetRfidFile(BSTR card, long file_id);

Remarks

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

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetRfidCardList GetRfidFileB