Macros | |
| #define | __OPEND_API_H__ |
Functions | |
| openD_status_t | openD_init (void *port) |
| openD API initialization. More... | |
| openD_status_t | openD_api_getStatus (void) |
| openD API get status. More... | |
This module specifies the unified API of openD connect.
| #define __OPEND_API_H__ |
| openD_status_t openD_api_getStatus | ( | void | ) |
openD API get status.
Get the status of the operation.
| Status | of the operation (openD_status_t). |
| openD_status_t openD_init | ( | void * | port | ) |
openD API initialization.
Initialize the openD API.
| Status | of the operation (openD_status_t). |