User's Manual

CAEN RFID API Reference Manual
61
SL900A_EndLog Method
Description:
This method can be used to issue an IDS SL900A EndLog custom command as defined in the IDS SL900A datasheet.
Parameters:
Name
Description
Tag
The tag where stop the log
Syntax:
C# representation:
public void SL900A_EndLog(
CAENRFIDTag Tag)
Java and Android representation:
public void SL900A_EndLog(
CAENRFIDTag Tag)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_IDS_SL900A_EndLog(
CAENRFIDHandle handle,
CAENRFIDTag *Tag);