Unitech PA982 User Manual Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 105
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
-
11.10 Select All Tags of Any Type
Function Description:
Selecting all supported tags in field.
Function Call:
BOOL InventoryTag (int *nIndex);
Parameter:
nIndex: Return the number of tags.
Return code:
TRUE: Select tag success.
FALSE: Select tag fail.
11.11 Get The tags from Command InventoryTag
Function Description:
Get the tags which read by command InventoryTag.
Function Call:
void GetTags(TAG_DATA *TagData);
Parameter:
TagData : The structure of tag information.
typedef struct TAG_DATA
{
char szTag[50];
TAG_TYPE TagType;
} TAG_DATA;
11.12 Send a Tag Password
Function Description:
After assigned an access password to a tag that support passwords, you must send the password
to the reader before the reader can execute any other Secure State operations for that tag. This
remains a requirement until the password is changed or the password value is reset to zero.
Function Call:
BOOL SendAccessPass (char *szPass);
Parameter:
szPass: The 4 bytes password.
Return code:
TRUE: Send password success.
FALSE: Send password fail.
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 104 105

Comments to this Manuals

No comments