TwiceAsNice
2019-02-18
|
Classes | |
struct | _EFW_INFO |
Macros | |
#define | EFW_API |
#define | EFW_ID_MAX 128 |
Typedefs | |
typedef struct _EFW_INFO | EFW_INFO |
typedef enum _EFW_ERROR_CODE | EFW_ERROR_CODE |
Functions | |
EFW_API int | EFWGetNum () |
EFW_API int | EFWGetProductIDs (int *pPIDs) |
EFW_API EFW_ERROR_CODE | EFWGetID (int index, int *ID) |
EFW_API EFW_ERROR_CODE | EFWOpen (int ID) |
EFW_API EFW_ERROR_CODE | EFWGetProperty (int ID, EFW_INFO *pInfo) |
EFW_API EFW_ERROR_CODE | EFWGetPosition (int ID, int *pPosition) |
EFW_API EFW_ERROR_CODE | EFWSetPosition (int ID, int Position) |
EFW_API EFW_ERROR_CODE | EFWSetDirection (int ID, bool bUnidirectional) |
EFW_API EFW_ERROR_CODE | EFWGetDirection (int ID, bool *bUnidirectional) |
EFW_API EFW_ERROR_CODE | EFWCalibrate (int ID) |
EFW_API EFW_ERROR_CODE | EFWClose (int ID) |
#define EFW_API |
#define EFW_ID_MAX 128 |
typedef enum _EFW_ERROR_CODE EFW_ERROR_CODE |
enum _EFW_ERROR_CODE |
EFW_API EFW_ERROR_CODE EFWCalibrate | ( | int | ID | ) |
EFW_API EFW_ERROR_CODE EFWClose | ( | int | ID | ) |
EFW_API EFW_ERROR_CODE EFWGetDirection | ( | int | ID, |
bool * | bUnidirectional | ||
) |
EFW_API EFW_ERROR_CODE EFWGetID | ( | int | index, |
int * | ID | ||
) |
EFW_API int EFWGetNum | ( | ) |
EFW_API EFW_ERROR_CODE EFWGetPosition | ( | int | ID, |
int * | pPosition | ||
) |
EFW_API int EFWGetProductIDs | ( | int * | pPIDs | ) |
EFW_API EFW_ERROR_CODE EFWGetProperty | ( | int | ID, |
EFW_INFO * | pInfo | ||
) |
EFW_API EFW_ERROR_CODE EFWOpen | ( | int | ID | ) |
EFW_API EFW_ERROR_CODE EFWSetDirection | ( | int | ID, |
bool | bUnidirectional | ||
) |
EFW_API EFW_ERROR_CODE EFWSetPosition | ( | int | ID, |
int | Position | ||
) |