PrApi: DisconnectRfidCard

DisconnectRfidCard

Disconnects from the RFID card.

 Public Function DisconnectRfidCard(
	  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 DisconnectRfidCard(ByVal card As String) As Boolean

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods DecodeLatentImage DoAuthentication