BooleanData=structureSize
BooleanData.bDefaultVal=memberOffset,memberSize
BooleanData.bInput=memberOffset,memberSize
BooleanData.bStatic=memberOffset,memberSize
BooleanData.bVal=memberOffset,memberSize
Description:
Describes the layout of the BooleanData structure in the target memory. The LabVIEW debugger uses the BooleanData structure information to access the front panel Boolean control data structures.
Parameters:
structureSize is the size of the BooleanData structure in bytes.
memberOffset is the offset of the structure member variable in bits.
memberSize is the size of the structure member variable in bits.
Location:
LVBoolean.h
Example:
BooleanData=4
BooleanData.bDefaultVal=16,8
BooleanData.bInput=24,8
BooleanData.bStatic=0,8
BooleanData.bVal=8,8