Software Library API naibrd 2.24.0
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 channels 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 channels in each group for the specified RLY Module ID.
modId | : (Input) RLY Module ID. |