PrApi: ConnectRfidCard

ConnectRfidCard

Connects to the RFID card.

 Public Function ConnectRfidCard(
	  ByVal card As String ) As Boolean

Parameters

card
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 ConnectRfidCard(ByVal card As String) As Boolean

[Delphi] function ConnectRfidCard(card: WideString): Boolean;

[C++] bool ConnectRfidCard(BSTR card);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods ConnectionEvent ConvertRfFileId