Software Library API naibrd 1.62
See all documentation at naii.docs.com
Module Properties Functions

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.
 

Detailed Description


Function Documentation

◆ naibrd_RLY_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetChannelCount ( uint32_t modid)

Returns the number of channels for the specified RLY Module ID.

Parameters
modid: (Input) RLY Module ID
Returns
  • Number of channels for the Module ID.

◆ naibrd_RLY_GetGroupCount()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupCount ( uint32_t modid)

Returns the number of channel groups for the specified RLY Module ID.

Parameters
modid: (Input) RLY Module ID
Returns
  • Number of channel groups for the Module ID.

◆ naibrd_RLY_GetGroupSize()

NAIBRDFUNC int32_t NAIAPI naibrd_RLY_GetGroupSize ( uint32_t modid)

Returns the number of channel in each group for the specified RLY Module ID.

Parameters
modid: (Input) RLY Module ID
Returns
  • Number of channel in each group for the Module ID.