Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC int32_t NAIAPI | naibrd_RLY_GetChannelCount (uint32_t modid) |
Returns the number of channels for the specified RLY Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_RLY_GetGroupCount (uint32_t modid) |
Returns the number of channel groups for the specified RLY Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_RLY_GetGroupSize (uint32_t modid) |
Returns the number of channel in each group for the specified RLY Module ID. | |
NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetChannelCount | ( | uint32_t | modid | ) |
Returns the number of channels for the specified RLY Module ID.
modid | : (Input) RLY Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupCount | ( | uint32_t | modid | ) |
Returns the number of channel groups for the specified RLY Module ID.
modid | : (Input) RLY Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupSize | ( | uint32_t | modid | ) |
Returns the number of channel in each group for the specified RLY Module ID.
modid | : (Input) RLY Module ID |