PrApi: GetRfidCardId

GetRfidCardId

Returns the ID of the RFID card.

 Public Function GetRfidCardId(
	  ByVal cardnum As Long ) As String

Parameters

cardnum
The number of the card in the cards list.

Return Values

The ID of the card in the current card list context.

Languages

[Visual Basic] Public Function GetRfidCardId(ByVal cardnum As Long) As String

[Delphi] function GetRfidCardId(cardnum: Integer): WideString;

[C++] BSTR GetRfidCardId(long cardnum);

Remarks

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

See Also

Class PrApi Overview PrApi Properties PrApi Methods GetRfidCard GetRfidCardInfo