|  | Software Library API naibrd 1.62
    See all documentation at naii.docs.com | 
| Functions | |
| NAIBRDFUNC nai_status_t NAIAPI | naibrd_CAN_SetLevelControl (int32_t cardIndex, int32_t module, int32_t channel, bool_t enable) | 
| This function is for diagnostic use only. When enabled, it will force the channel to output a constant dominant level for 300-700 microseconds, then force the level recessive until disabled. | |
 
| NAIBRDFUNC nai_status_t NAIAPI naibrd_CAN_SetLevelControl | ( | int32_t | cardIndex, | 
| int32_t | module, | ||
| int32_t | channel, | ||
| bool_t | enable ) | 
This function is for diagnostic use only. When enabled, it will force the channel to output a constant dominant level for 300-700 microseconds, then force the level recessive until disabled.
| cardIndex | : (Input) Logical Card Index assigned to connect with the NAI_BOARD (0 - NAI_MAX_CARDS-1). | 
| module | : (Input) Module Number of the module to access (1 - [max modules for board]). | 
| channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). | 
| enable | : (Input) Level Control Enable (TRUE: Enable, FALSE: Disable). |