#include <libmac.h>
Data Fields | |
unsigned char | set_flag [((MAX_NO_PARAMS)/(CHAR_BIT))] |
a variable that indicates whether the driver is requested to operate at the parameter value, corresponding to a particular bit entry. | |
unsigned char | get_flag [((MAX_NO_PARAMS)/(CHAR_BIT))] |
a variable that indicates whether the driver is requested to return the parameter value, corresponding to a particular bit entry. | |
unsigned char | append_flag [((MAX_NO_PARAMS)/(CHAR_BIT))] |
a variable that indicates whether the driver is requested to append the parameter <key, value> pair, corresponding to a particular bit entry. | |
unsigned char | change_flag [((MAX_NO_PARAMS)/(CHAR_BIT))] |
a variable that indicates whether the parameter value, corresponding to a particular bit entry, changed from the last time this parameter was accessed. | |
unsigned char | include_flag [((MAX_NO_PARAMS)/(CHAR_BIT))] |
a variable that indicates whether the parameter <key, value> pair, corresponding to a particular bit entry, was included in the last frame received. | |
float | lib_version |
floating point variable that stores version information. |
The interpretation of the flag bit is different for each variable.
All the flag variables are initialized to -1. The version number field is initialized to the current version number of this library.