User's Manual

-28
8. BYTE SUNLITRFID_HardwareReset(void);
SUNLITRFID_HardwareReset reset device by hardware.〈Depend on device〉
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_HardwareReset()==HANDLE_SUCCESS)
{} //The device was reset by hardware successfully
else
{}
9. BYTE SUNLITRFID_Pause(void);
SUNLITRFID_Pause pauses the device from any operation mode.
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_Pause()==HANDLE_SUCCESS)
{} //The device was paused successfully
else
{}