AHP® GT Controllers API
AHP GT Controllers
|
Functions | |
DLL_EXPORT int | ahp_gt_detect_device () |
Detect the currently selected device. | |
DLL_EXPORT int | ahp_gt_select_device (int address) |
Select a device on a serial bus. | |
DLL_EXPORT int | ahp_gt_get_current_device () |
Obtain the current device address. | |
DLL_EXPORT void | ahp_gt_set_address (int address) |
Change the current device address. | |
DLL_EXPORT int | ahp_gt_get_address () |
Get the current device address. | |
DLL_EXPORT int ahp_gt_detect_device | ( | ) |
DLL_EXPORT int ahp_gt_get_address | ( | ) |
DLL_EXPORT int ahp_gt_get_current_device | ( | ) |
DLL_EXPORT int ahp_gt_select_device | ( | int | address | ) |
address | The address to query on bus |
DLL_EXPORT void ahp_gt_set_address | ( | int | address | ) |
address | The bus address to set on the connected GT Controller |