:
iReturnValue :
- 0: success
- -1: means an system error occurred
syserrno : System-error code (the value of the libc "errno" code)
Its value is significant only when the iReturnValue returned an error (-1 or <= -100)
Give this value to the MXCommon_Strerror to get the string describing the error number.
ulValue : Rearm status:
- 0: Rearm not ok
- 1: Rearm ok
|