Core function
Return boolean for specified bit.
call EDSQueryBitmask(BitValue_IV, BitFlag_IV)
•BitValue_IV An input integer value which has been return by an EDS function or subroutine.
•BitFlag_IV An input integer constant of the bit to be tested.
Description
Accepts an EDS bitmask value and an EDS bitflag constant to determine if the bitflag is contained in the bitmask. Returns true if it is, false if it is not.