-27
6. BYTE
SUNLITRFID_Echo(void);
SUNLITRFID_Echo
request device to reply message.
Parameters
:
No parameter needed.
Return Values
:
The function will return byte value that indicate the execution result.Please see
「
MESSAGE
」
definition for byte value
For example
:
if(SUNLITRFID_Echo()==HANDLE_SUCCESS)
{} //The device was reply message successfully
else
{}
7. BYTE
SUNLITRFID_SoftwareReset(void);
SUNLITRFID_SoftwareReset
reset device by software.
Parameters
:
No parameter needed.
Return Values
:
The function will return byte value that indicate the execution result.Please see
「
MESSAGE
」
definition for byte value
For example
:
if(SUNLITRFID_SoftwareReset()==HANDLE_SUCCESS)
{} //The device was reset by software successfully
else
{}