-
12.7.2 ACCESS_STATUS
Description:
Contain the information of the tag operation result.
Define:
typedef struct ACCESS_STATUS_TAG{
FILETIME ftStartTime;
FILETIME ftEndTime;
INT32U dwResponseMode;
INT32U dwOperationMode;
INT16U unCommand;
DWORD dwErrorCode;
DWORD dwStatus;
INT16U unAntennas
} ACCESS_STATUS, *LPACCESS_STATUS;
Fields:
ftStartTime
– Time of the Tag operation start
ftEndTime
– Time of the Tag operation end
dwResponseMode
– Operation Response data reporting mode can be Compat or
Normal.
dwOperationMode
– Working mode of the RFID Reader module can be continuous or
non-continuous.
dwErrorCode
– If tag operation failed this field contains the error code. Zero indicates
no error.
dwStatus
– Return by the Tag operation function indicate the library status and error
codes. Zero indicates no error.
unAntennas
– The amount of antennas.
12.7.3 ANTENNA_STATUS
Description:
Contains the information of the antenna that take effect in the tag operation executed.
Define:
typedef struct ANTENNA_STATUS_TAG{
FILETIME ftStartTime;
FILETIME ftEndTime;
INT16U unAntenna;
DWORD dwErrorCode;
DWORD dwStatus;
INT16U unCount
} ANTENNA_STATUS, *LPANTENNA_STATUS;
Fields:
ftStartTime
– Time of this antenna start to execute Tag operation.
ftEndTime
– Time of this antenna finish execute Tag operation.
unAntenna
– Antenna No.
unCount
– The number of tag this antenna returns.