RdcmArr
This structure is used by ProcessRdci, FetchRdci, and GetRdcmArr.
Syntax
typedef struct rdcm_arr
{
double rdcm_a[MAX_DCMS] ;
int len ;
}RdcmArr;Parameters
rdcm_a (out): an array of the received_dcm_ids of all the RDCM records.
len (in): the number of elements in the array.
Used in Function
Parent topic: DCAPI Structure Type Definitions