isMemberContainer
Sets isContainer
to true if the member is a container;
false if not.
int isMemberContainer(int RAMid, char instanceID[256],
char memberID[256], int* isContainer,
void** params, void*** customReturn,
char error[256])
Variable | Function | Description |
---|---|---|
int RAMid |
Input | Tells CARMA which RAM should be worked on. This
ID was obtained after running getRAMList or getRAMList2 . |
char instanceID[256] |
Input | The instance the member is within. |
char memberID[256] |
Input | The member that may be a container. |
int* isContainer |
Output | Set this to 1 if the member is a container; 0 if not. |
void** params |
Input | Pointer to an array of custom parameters (see Handling custom parameters and return values). |
void*** customReturn |
Output | Used to reference an array of custom return values (see Handling custom parameters and return values). |
char error[256] |
Output | If an error occurs, this should be filled with a description of the error. |