The following table lists macros in this documentation.
|
Macro |
Description |
|
0 | |
|
0 | |
|
1 | |
|
Do not compare it with VM_RESULT directly, i.e. DO NOT USE if(VM_FAIL==xxxx()) to determine a failure or not. Instead, use if(VM_IS_FAILED(xxx()). | |
|
Boolean value false. | |
|
Use this macro to determine if a VM_RESULT is a failure or not. | |
|
Use this macro to determine if a VM_RESULT is a success or not. | |
|
Do not compare it with VM_RESULT directly. | |
|
General result type for LinkIt SDK API. Must be used with VM_IS_SUCCEEDED() and VM_IS_FAILED() to confirm sucess or not. Do not compare with VM_SUCESS and VM_FAIL directly. | |
|
Do not compare it with VM_RESULT directly, i.e. DO NOT USE if(VM_SUCCESS==xxxx()) to determine a success or not. Instead, use if(VM_IS_SUCCEEDED(xxx()). | |
|
The error code (-103) means a symbol cannot be found in the firmware. | |
|
Boolean value true. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.