Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC const char *NAIAPI | naibrd_GetDeviceName (uint16_t devcode) |
Returns the Device Name associated with the Device Code passed in. | |
NAIBRDFUNC const char *NAIAPI | naibrd_GetDeviceNameIndex (uint16_t devcode, uint32_t cardIndex) |
Returns the Device Name associated with the Device Code passed in. Only needed when devID is 0x6881, for mb 68DT1, 68CB6, or 68G5. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_Wait (unsigned long microseconds) |
Waits the specified number of microseconds. This is a blocking sleep function. | |
NAIBRDFUNC const char *NAIAPI naibrd_GetDeviceName | ( | uint16_t | devcode | ) |
Returns the Device Name associated with the Device Code passed in.
devcode | : (Input) The Device Code. |
NAIBRDFUNC const char *NAIAPI naibrd_GetDeviceNameIndex | ( | uint16_t | devcode, |
uint32_t | cardIndex ) |
Returns the Device Name associated with the Device Code passed in. Only needed when devID is 0x6881, for mb 68DT1, 68CB6, or 68G5.
devcode | : (Input) The Device Code. |
cardIndex | : (Input) The card index of the board. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_Wait | ( | unsigned long | microseconds | ) |
Waits the specified number of microseconds. This is a blocking sleep function.
microseconds | : (Input) The number of microseconds to wait. |