PrApi: 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
[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);
The GetRfidCardList() method must be called before using this method.
Class PrApi Overview PrApi Properties PrApi Methods GetProperty GetRfidCardId