PrApi: MakeChipAuth

MakeChipAuth

Makes the Chip Authentication of the RFID chip.

 Public Function MakeChipAuth(
	  ByVal card As String ) As Boolean

Parameters

card
The id of the RFID card.

Return Values

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

Languages

[Visual Basic] Public Function MakeChipAuth(ByVal card As String) As Boolean

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

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

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods MakeBACA MakePACE