typedef enum { VM_BT_NS_SUCCESS = 0, VM_BT_NS_INVALD_PARAMETER = -1, VM_BT_NS_REGISTERED = -2, VM_BT_NS_UNKNOWN_ERROR = -3, VM_BT_NS_ERROR = -4, VM_BT_NS_ERROR_OF_MEMORY = -5, VM_BT_NS_ERROR_OF_RESOURCE = -6, VM_BT_NS_ERROR_INVALID_ID = -7, VM_BT_NS_ERROR_OF_PROCESS = -8, VM_BT_NS_RESULT_MAX = 0x7FFFFFFF } VM_BT_NS_RESULT;
typedef enum { VM_BT_NS_SUCCESS = 0, VM_BT_NS_INVALD_PARAMETER = -1, VM_BT_NS_REGISTERED = -2, VM_BT_NS_UNKNOWN_ERROR = -3, VM_BT_NS_ERROR = -4, VM_BT_NS_ERROR_OF_MEMORY = -5, VM_BT_NS_ERROR_OF_RESOURCE = -6, VM_BT_NS_ERROR_INVALID_ID = -7, VM_BT_NS_ERROR_OF_PROCESS = -8, VM_BT_NS_RESULT_MAX = 0x7FFFFFFF } VM_BT_NS_RESULT;
Bluetooth notification result.
vmbt_ns.h
|
Members |
Description |
|
VM_BT_NS_SUCCESS = 0 |
Success. |
|
VM_BT_NS_INVALD_PARAMETER = -1 |
Invalid parameter. |
|
VM_BT_NS_REGISTERED = -2 |
Register again. |
|
VM_BT_NS_UNKNOWN_ERROR = -3 |
Unknown error. |
|
VM_BT_NS_ERROR = -4 |
Common error. |
|
VM_BT_NS_ERROR_OF_MEMORY = -5 |
Memory full. |
|
VM_BT_NS_ERROR_OF_RESOURCE = -6 |
Resource error. |
|
VM_BT_NS_ERROR_INVALID_ID = -7 |
Invalid ID. |
|
VM_BT_NS_ERROR_OF_PROCESS = -8 |
Process error. |
|
VM_BT_NS_RESULT_MAX = 0x7FFFFFFF |
Forces the compiler to use 4-byte integer for enum. |
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.