PrApi: GetRfidFileB

GetRfidFileB

Reads files from the RFID card.

 Public Function GetRfidFileB(
	  ByVal card As String,
	  ByVal file_id As Long,
	  ByRef data ) As Boolean

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.
data
File contents returned by the card.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function GetRfidFileB(ByVal card As String, ByVal file_id As Long, ByRef data) As Boolean

[Delphi] function GetRfidFileB(const card: WideString; file_id: Integer; var data: OleVariant): Boolean;

[C++] bool GetRfidFileB(BSTR card, long file_id, VARIANT* data);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetRfidFile GetRfidFileList