Difference between revisions of "r7.1.0:Enum lfds710 misc flag"

From liblfds.org
Jump to navigation Jump to search
m (1 revision imported)
 
(No difference)

Latest revision as of 21:04, 7 May 2016

Source File

└───liblfds710
    └───inc
        └───liblfds710
                lfds710_misc.h

Enum

enum lfds710_misc_flag
{
  LFDS710_MISC_FLAG_LOWERED,
  LFDS710_MISC_FLAG_RAISED
};

Values

LFDS710_MISC_FLAG_LOWERED

Boolean false.

LFDS710_MISC_FLAG_RAISED

Boolean true.

Notes

This is a boolean state flag. Currently it is only visible to the user in one place, the queue cleanup callback.

See Also