User Manual
74 Location Software Library PLUS System Manual
Proprietary Information: Do not disclose unless authorized under a Nondisclosure Agreement and the Partner Agreement.
4.5.2.2.3 GetAutoCalGroupEntryInfo Function
public virtual int GetAutoCalGroupEntryInfo( int r
eaderIdLow
,
int r
eaderIdHigh,
int
groupId,
double out
readerGroupCalValue,
int out calReaderGroupStatus
)
This function retrieves the current auto calibration data for a group entry. A calibration can be in progress, or a
calibration can have completed successfully, or completed and failed.
groupId
is the ID for the group.
readerIdLow
is the lower portion of Reader ID.
readerIdHi
is the upper portion of Reader ID.
readerGroupCalValue
is the TOA correction factor that is added to each TOA received for this Reader in this group.
calReaderGroupStatus
is the current auto calibration state of the Reader in this group.
0 = calibration state unknown, may never have calibrated this Reader
1 = calibration in progress
2 = calibration successful
3 = calibration failed.
Returns
0 - Success
Less than zero - Invalid group ID or Reader ID
4.5.2.2.4 AddCalIncludeExcludeEntry Function
public virtual int AddCalIncludeExcludeEntry( int
readerIdLow
,
int
readerIdHigh
,
int
tagId
)
Adds an entry to calibration include/exclude list. This entry is a Reader/calibration Tag pair. The
calIncludeExcludeFlag
property controls whether entries are included in calibration or excluded from calibration,
and should be set prior to calling this funciton. Setting that property also resets the include/exclude list and deletes
all the entries in the list.
tagId
is the ID
of calibration Tag.
readerIdLow
is the lower four bytes of the Reader MAC address.
readerIdHi
is the upper two bytes of the Reader MAC address.
Returns
0 – Success, entry added to list.
Less than zero - Failed to add entry to list.