PrApi: GetRfidCard

GetRfidCard

Returns the ID of an RFID card in the card list.

 Public Function GetRfidCard(
	  ByVal cardnum As Long,
	  ByRef cardid As String ) As Boolean

Parameters

cardnum
The number of the card in the cards list.
cardid
The unique identifier of the card in the system.

Return Values

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

Languages

[Visual Basic] Public Function GetRfidCard(ByVal cardnum As Long, ByRef cardid As String) As Boolean

[Delphi] function GetRfidCard(cardnum: Integer; var cardid: WideString): Boolean;

[C++] bool GetRfidCard(long cardnum, BSTR* cardid);

Remarks

The GetRfidCardList() method must be called before using this method.

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetProperty GetRfidCardId