User's Manual

SL900A_StartLog Method
Description:
This method can be used to issue an IDS SL900A Start Log custom command as defined in the IDS SL900A datasheet.
Parameters:
Name Description
Tag The Tag where start logging.
StartTime The start time. See remark for structures.
Syntax:
C# representation:
public void SL900A_StartLog(
CAENRFIDTag Tag,
uint StartTime)
Java and Android representation:
public void SL900A_StartLog(
CAENRFIDTag Tag,
int StartTime)
throws CAENRFIDException
C representation:
CAENRFIDErrorCodes CAENRFID_IDS_SL900A_StartLog(
CAENRFIDHandle handle,
CAENRFIDTag *Tag,
unsigned int StartTime);
Remarks:
According to the IDS SL900A datasheet, the StartTime parameter is composed as:
bit 31..26: Year
bit 25..21: Month
bit 15..11: Hour
bit 10.. 6: Minute
bit 5.. 0: Second.
CAEN RFID API – Reference Manual66