Get the list of members of a bit mask set
Usage:
char * res = optionMemberList( od );
Where the arguments are:
| Name | Type | Description | |
| —– | —– | ————- | |
| od | tOptDesc * | the set membership option description | |
| returns | char * | the names of the set bits |
This converts the OPT_VALUE_name mask value to a allocated string. It is the caller’s responsibility to free the string.